File tree 3 files changed +23
-13
lines changed
3 files changed +23
-13
lines changed Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
repositories {
5
5
jcenter()
6
+ maven {
7
+ url ' https://maven.google.com/'
8
+ name ' Google'
9
+ }
6
10
}
7
11
dependencies {
8
12
classpath ' com.android.tools.build:gradle:2.3.2'
@@ -15,6 +19,10 @@ buildscript {
15
19
allprojects {
16
20
repositories {
17
21
jcenter()
22
+ maven {
23
+ url ' https://maven.google.com/'
24
+ name ' Google'
25
+ }
18
26
}
19
27
}
20
28
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
android {
4
- compileSdkVersion 25
5
- buildToolsVersion " 25 .0.0 "
4
+ compileSdkVersion 26
5
+ buildToolsVersion " 26 .0.1 "
6
6
defaultConfig {
7
7
applicationId " com.example.smartrecycleradapter"
8
- minSdkVersion 9
9
- targetSdkVersion 25
8
+ minSdkVersion 14
9
+ targetSdkVersion 26
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -28,9 +28,10 @@ dependencies {
28
28
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
29
29
exclude group : ' com.android.support' , module : ' support-annotations'
30
30
})
31
- compile ' com.android.support:appcompat-v7:25.2.0'
32
- compile ' com.android.support.constraint:constraint-layout:1.0.0-beta4'
33
31
testCompile ' junit:junit:4.12'
34
- compile ' com.android.support:recyclerview-v7:25.2.0'
32
+
33
+ compile ' com.android.support.constraint:constraint-layout:1.0.0-beta4'
34
+ compile ' com.android.support:appcompat-v7:26.1.0'
35
+ compile ' com.android.support:recyclerview-v7:26.1.0'
35
36
compile project(' :smartadapter' )
36
37
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 25
5
- buildToolsVersion " 25 .0.0 "
4
+ compileSdkVersion 26
5
+ buildToolsVersion " 26 .0.1 "
6
6
7
7
defaultConfig {
8
- minSdkVersion 9
9
- targetSdkVersion 25
8
+ minSdkVersion 14
9
+ targetSdkVersion 26
10
10
versionCode 1
11
11
versionName " 1.0"
12
12
@@ -26,7 +26,8 @@ dependencies {
26
26
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
27
27
exclude group : ' com.android.support' , module : ' support-annotations'
28
28
})
29
- compile ' com.android.support:appcompat-v7:25.2.0'
30
29
testCompile ' junit:junit:4.12'
31
- compile ' com.android.support:recyclerview-v7:25.2.0'
30
+
31
+ compile ' com.android.support:appcompat-v7:26.1.0'
32
+ compile ' com.android.support:recyclerview-v7:26.1.0'
32
33
}
You can’t perform that action at this time.
0 commit comments