File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ project.ext {
1212 siteUrl = ' https://github.com/xiaofeng-han/AndroidLibs'
1313}
1414
15+ repositories {
16+ jcenter()
17+ }
18+
1519group = ' com.xiaofeng.android'
1620version = libVersion
1721
@@ -35,9 +39,6 @@ android {
3539 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
3640 }
3741 }
38- dexOptions {
39- incremental true
40- }
4142 compileOptions {
4243 sourceCompatibility JavaVersion . VERSION_1_7
4344 targetCompatibility JavaVersion . VERSION_1_7
@@ -51,7 +52,13 @@ dependencies {
5152 compile(group : ' com.android.support' , name : ' recyclerview-v7' , version : supportLibVersion)
5253 androidTestCompile ' com.android.support:support-annotations:26.1.0'
5354 androidTestCompile ' com.android.support.test:runner:1.0.1'
55+
5456}
5557
5658Properties properties = new Properties ()
5759properties. load(project. rootProject. file(' local.properties' ). newDataInputStream())
60+
61+
62+ task wrapper (type : Wrapper ) {
63+ gradleVersion = ' 2.10'
64+ }
You can’t perform that action at this time.
0 commit comments