File tree Expand file tree Collapse file tree 4 files changed +10
-15
lines changed Expand file tree Collapse file tree 4 files changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ android {
12
12
targetSdkVersion 28
13
13
versionCode 1
14
14
versionName " 1.0"
15
- testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16
15
}
17
16
buildTypes {
18
17
release {
@@ -26,11 +25,7 @@ dependencies {
26
25
implementation project(path : ' :library' )
27
26
28
27
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
29
- implementation ' androidx.appcompat:appcompat:1.0.0'
30
- implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
31
-
32
- testImplementation ' junit:junit:4.12'
33
28
34
- androidTestImplementation ' androidx.test:runner :1.1.0 '
35
- androidTestImplementation ' androidx.test.espresso:espresso-core:3 .1.0 '
29
+ implementation ' androidx.appcompat:appcompat :1.0.2 '
30
+ implementation ' androidx.constraintlayout:constraintlayout:1 .1.3 '
36
31
}
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.2.71 '
4
+ ext. kotlin_version = ' 1.3.11 '
5
5
repositories {
6
6
google()
7
7
jcenter()
8
8
maven { url " https://plugins.gradle.org/m2/" }
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.4.0-alpha02 '
11
+ classpath ' com.android.tools.build:gradle:3.4.0-alpha09 '
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
13
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
14
14
classpath " gradle.plugin.org.jlleitschuh.gradle:ktlint-gradle:6.2.1"
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.10. 1-all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1-milestone- 1-all.zip
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
defaultConfig {
11
11
minSdkVersion 16
12
12
targetSdkVersion 28
13
- versionCode 1
14
- versionName " 1.0"
13
+ versionCode 2
14
+ versionName " 1.3. 0"
15
15
16
16
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
17
17
@@ -31,15 +31,15 @@ android {
31
31
}
32
32
33
33
dependencies {
34
- implementation ' androidx.appcompat:appcompat:1.0.0 '
34
+ implementation ' androidx.appcompat:appcompat:1.0.2 '
35
35
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
36
36
37
37
api ' com.jakewharton.threetenabp:threetenabp:1.1.1'
38
38
39
39
testImplementation ' junit:junit:4.12'
40
40
41
- androidTestImplementation ' androidx.test:runner:1.1.0 '
42
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.0 '
41
+ androidTestImplementation ' androidx.test:runner:1.1.1 '
42
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.1 '
43
43
}
44
44
45
45
repositories {
You can’t perform that action at this time.
0 commit comments