Skip to content

Commit 511f0fe

Browse files
committed
[Android Studio] Change: Update to 3.6.3 and update dependencies
1 parent cacb994 commit 511f0fe

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 29
77
defaultConfig {
88
applicationId "com.guhungry.example"
99
minSdkVersion 16
10-
targetSdkVersion 28
10+
targetSdkVersion 29
1111
versionCode 1
1212
versionName "1.0"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -23,10 +23,10 @@ android {
2323
dependencies {
2424
implementation fileTree(dir: 'libs', include: ['*.jar'])
2525
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'
2727
implementation 'androidx.appcompat:appcompat:1.1.0'
2828
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
29-
testImplementation 'junit:junit:4.12'
29+
testImplementation 'junit:junit:4.13'
3030
androidTestImplementation 'androidx.test:runner:1.2.0'
3131
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
3232
androidTestImplementation 'androidx.test:core:1.2.0'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.50'
4+
ext.kotlin_version = '1.3.72'
55
ext.mockito_version = '2.25.1'
66
ext.androidJunit5Version = '1.4.2.1'
77
ext.junitJupiterVersion = "5.4.2"
@@ -13,7 +13,7 @@ buildscript {
1313

1414
}
1515
dependencies {
16-
classpath 'com.android.tools.build:gradle:3.5.0'
16+
classpath 'com.android.tools.build:gradle:3.6.3'
1717
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1818
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1919
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Sep 07 22:25:02 ICT 2019
1+
#Sun May 17 00:38:19 ICT 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

photomanipulator/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ apply plugin: 'com.github.dcendents.android-maven'
55
apply plugin: 'com.jfrog.bintray'
66

77
android {
8-
compileSdkVersion 28
8+
compileSdkVersion 29
99

1010
defaultConfig {
1111
minSdkVersion 16
12-
targetSdkVersion 28
12+
targetSdkVersion 29
1313
versionCode 1
1414
versionName "1.0.1"
1515

@@ -52,10 +52,10 @@ dependencies {
5252

5353
implementation 'androidx.appcompat:appcompat:1.1.0'
5454

55-
testImplementation 'org.hamcrest:hamcrest:2.1'
55+
testImplementation 'org.hamcrest:hamcrest:2.2'
5656
testImplementation 'org.hamcrest:hamcrest-library:2.1'
5757

58-
testImplementation 'junit:junit:4.12'
58+
testImplementation 'junit:junit:4.13'
5959
androidTestImplementation 'androidx.test:runner:1.2.0'
6060
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
6161
androidTestImplementation 'androidx.test:core:1.2.0'

0 commit comments

Comments
 (0)