File tree 4 files changed +12
-12
lines changed 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ apply plugin: 'kotlin-android'
3
3
apply plugin : ' kotlin-android-extensions'
4
4
5
5
android {
6
- compileSdkVersion 28
6
+ compileSdkVersion 29
7
7
defaultConfig {
8
8
applicationId " com.guhungry.example"
9
9
minSdkVersion 16
10
- targetSdkVersion 28
10
+ targetSdkVersion 29
11
11
versionCode 1
12
12
versionName " 1.0"
13
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -23,10 +23,10 @@ android {
23
23
dependencies {
24
24
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
25
25
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
26
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.1 '
26
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.6 '
27
27
implementation ' androidx.appcompat:appcompat:1.1.0'
28
28
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
29
- testImplementation ' junit:junit:4.12 '
29
+ testImplementation ' junit:junit:4.13 '
30
30
androidTestImplementation ' androidx.test:runner:1.2.0'
31
31
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
32
32
androidTestImplementation ' androidx.test:core:1.2.0'
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.3.50 '
4
+ ext. kotlin_version = ' 1.3.72 '
5
5
ext. mockito_version = ' 2.25.1'
6
6
ext. androidJunit5Version = ' 1.4.2.1'
7
7
ext. junitJupiterVersion = " 5.4.2"
@@ -13,7 +13,7 @@ buildscript {
13
13
14
14
}
15
15
dependencies {
16
- classpath ' com.android.tools.build:gradle:3.5.0 '
16
+ classpath ' com.android.tools.build:gradle:3.6.3 '
17
17
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
18
18
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
19
19
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
Original file line number Diff line number Diff line change 1
- # Sat Sep 07 22:25:02 ICT 2019
1
+ # Sun May 17 00:38:19 ICT 2020
2
2
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-5.4.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ apply plugin: 'com.github.dcendents.android-maven'
5
5
apply plugin : ' com.jfrog.bintray'
6
6
7
7
android {
8
- compileSdkVersion 28
8
+ compileSdkVersion 29
9
9
10
10
defaultConfig {
11
11
minSdkVersion 16
12
- targetSdkVersion 28
12
+ targetSdkVersion 29
13
13
versionCode 1
14
14
versionName " 1.0.1"
15
15
@@ -52,10 +52,10 @@ dependencies {
52
52
53
53
implementation ' androidx.appcompat:appcompat:1.1.0'
54
54
55
- testImplementation ' org.hamcrest:hamcrest:2.1 '
55
+ testImplementation ' org.hamcrest:hamcrest:2.2 '
56
56
testImplementation ' org.hamcrest:hamcrest-library:2.1'
57
57
58
- testImplementation ' junit:junit:4.12 '
58
+ testImplementation ' junit:junit:4.13 '
59
59
androidTestImplementation ' androidx.test:runner:1.2.0'
60
60
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
61
61
androidTestImplementation ' androidx.test:core:1.2.0'
You can’t perform that action at this time.
0 commit comments