File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ stringcare {
14
14
}
15
15
16
16
android {
17
- compileSdkVersion 28
17
+ compileSdkVersion 29
18
18
defaultConfig {
19
19
applicationId " com.stringcare.sample"
20
20
minSdkVersion 21
21
- targetSdkVersion 28
21
+ targetSdkVersion 29
22
22
versionCode 1
23
23
versionName " 1.0"
24
24
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
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. stringcare_version = ' 4.0.0'
6
6
7
7
repositories {
8
8
google()
9
9
jcenter()
10
10
}
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:3.5.3 '
12
+ classpath ' com.android.tools.build:gradle:4.0.0 '
13
13
classpath " com.stringcare:plugin:$stringcare_version "
14
14
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
15
15
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
- # Sat Aug 17 21:52:33 CEST 2019
1
+ # Tue Jun 30 09:10:05 CEST 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.5 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.1.1 -all.zip
You can’t perform that action at this time.
0 commit comments