File tree 3 files changed +12
-11
lines changed
3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ android {
14
14
}
15
15
}
16
16
compileSdkVersion 25
17
- buildToolsVersion " 25.0.3"
18
17
defaultConfig {
19
18
applicationId " com.github.ipcjs.screenshottile"
20
19
minSdkVersion 24
@@ -63,13 +62,13 @@ android {
63
62
}
64
63
65
64
dependencies {
66
- compile fileTree(include : [' *.jar' ], dir : ' libs' )
67
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7 :$kotlin_version "
68
- androidTestCompile (' com.android.support.test.espresso:espresso-core:2.2.2' , {
65
+ implementation fileTree(include : [' *.jar' ], dir : ' libs' )
66
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :$kotlin_version "
67
+ androidTestImplementation (' com.android.support.test.espresso:espresso-core:2.2.2' , {
69
68
exclude group : ' com.android.support' , module : ' support-annotations'
70
69
})
71
- testCompile ' junit:junit:4.12'
72
- testCompile ' org.mockito:mockito-core:1.10.19'
73
- testCompile ' org.powermock:powermock-api-mockito:1.6.4'
74
- testCompile ' org.powermock:powermock-module-junit4:1.6.4'
70
+ testImplementation ' junit:junit:4.12'
71
+ testImplementation ' org.mockito:mockito-core:1.10.19'
72
+ testImplementation ' org.powermock:powermock-api-mockito:1.6.4'
73
+ testImplementation ' org.powermock:powermock-module-junit4:1.6.4'
75
74
}
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.1.3-2 '
4
+ ext. kotlin_version = ' 1.3.21 '
5
5
repositories {
6
6
jcenter()
7
+ google()
7
8
}
8
9
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.0.0-beta2 '
10
+ classpath ' com.android.tools.build:gradle:3.3.2 '
10
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
12
}
12
13
}
13
14
14
15
allprojects {
15
16
repositories {
16
17
jcenter()
18
+ google()
17
19
}
18
20
}
19
21
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1-rc- 1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10. 1-all.zip
You can’t perform that action at this time.
0 commit comments