SetupWizardLib maven version, support API 14+ (https://github.com/Trumeet/SetupWizardLibCompat [2017])
Find a file
2017-08-27 21:49:46 +08:00
.idea fix: progress bar crash on pre-lollipop 2017-08-27 21:49:46 +08:00
app fix: progress bar crash on pre-lollipop 2017-08-27 21:49:46 +08:00
art First Commit 2017-08-03 15:12:08 +08:00
gradle/wrapper First Commit 2017-08-03 15:12:08 +08:00
setupwizardlib fix: progress bar crash on pre-lollipop 2017-08-27 21:49:46 +08:00
.gitignore First Commit 2017-08-03 15:12:08 +08:00
build.gradle First Commit 2017-08-03 15:12:08 +08:00
gradle.properties First Commit 2017-08-03 15:12:08 +08:00
gradlew First Commit 2017-08-03 15:12:08 +08:00
gradlew.bat First Commit 2017-08-03 15:12:08 +08:00
import-summary.txt First Commit 2017-08-03 15:12:08 +08:00
LICENSE First Commit 2017-08-03 15:12:08 +08:00
README.md First Commit 2017-08-03 15:12:08 +08:00
settings.gradle First Commit 2017-08-03 15:12:08 +08:00

SetupWizardLibCompat

SetupWizardLib maven version, support API 14+

依賴

  • Add it in your root build.gradle at the end of repositories:
	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  • 查詢最新版本

請前往 Release頁面 獲取最新版本號

  • 添加依賴
    dependencies {
	        compile 'com.github.AndroidSnippet:SetupWizardLibCompat:<最新版本號>'
	}

Usage

請查看 Demo

Licenses

使用本項目請確保您遵守 Apache License 2.0

Copyright (C) 2017 AndroidSnippet

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Copyright (C) 2015 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.