Skip to content

Commit c78b6d0

Browse files
committed
update AS 4.0
1 parent 7d4e540 commit c78b6d0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ stringcare {
1414
}
1515

1616
android {
17-
compileSdkVersion 28
17+
compileSdkVersion 29
1818
defaultConfig {
1919
applicationId "com.stringcare.sample"
2020
minSdkVersion 21
21-
targetSdkVersion 28
21+
targetSdkVersion 29
2222
versionCode 1
2323
versionName "1.0"
2424
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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.stringcare_version = '4.0.0'
66

77
repositories {
88
google()
99
jcenter()
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.5.3'
12+
classpath 'com.android.tools.build:gradle:4.0.0'
1313
classpath "com.stringcare:plugin:$stringcare_version"
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sat Aug 17 21:52:33 CEST 2019
1+
#Tue Jun 30 09:10:05 CEST 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.5-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 commit comments

Comments
 (0)