File tree 2 files changed +3
-6
lines changed 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,5 @@ dependencies {
103
103
104
104
// Resolve conflicts between main and test APK:
105
105
androidTestCompile " com.android.support:support-annotations:$rootProject . supportLibVersion "
106
- androidTestCompile " com.android.support:support-v4:$rootProject . supportLibVersion "
107
- androidTestCompile " com.android.support:recyclerview-v7:$rootProject . supportLibVersion "
108
- androidTestCompile " com.android.support:appcompat-v7:$rootProject . supportLibVersion "
109
- androidTestCompile " com.android.support:design:$rootProject . supportLibVersion "
106
+
110
107
}
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ allprojects {
20
20
21
21
ext {
22
22
minSdkVersion = 10
23
- targetSdkVersion = 23
24
- compileSdkVersion = 23
23
+ targetSdkVersion = 25
24
+ compileSdkVersion = 25
25
25
buildToolsVersion = " 25.0.1"
26
26
27
27
supportLibVersion = " 25.0.1"
You can’t perform that action at this time.
0 commit comments