File tree 6 files changed +9
-17
lines changed
6 files changed +9
-17
lines changed Original file line number Diff line number Diff line change 1
- // Top-level build file where you can add configuration options common to all sub-projects/modules.
2
-
3
1
buildscript {
4
2
ext {
5
- gradlePluginVersion = ' 3.2.0-rc02'
6
- lintVersion = ' 26.2.0-rc02'
3
+ lintVersion = ' 26.5.0'
7
4
}
8
5
9
6
repositories {
10
7
google()
11
8
jcenter()
12
9
}
13
10
dependencies {
14
- classpath " com.android.tools.build:gradle:$gradlePluginVersion "
15
-
16
- // NOTE: Do not place your application dependencies here; they belong
17
- // in the individual module build.gradle files
11
+ classpath " com.android.tools.build:gradle:3.5.2"
18
12
}
19
13
}
20
14
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ dependencies {
4
4
// For a description of the below dependencies, see the main project README
5
5
compileOnly " com.android.tools.lint:lint-api:$lintVersion "
6
6
compileOnly " com.android.tools.lint:lint-checks:$lintVersion "
7
- testCompile " junit:junit:4.12"
8
- testCompile " com.android.tools.lint:lint:$lintVersion "
9
- testCompile " com.android.tools.lint:lint-tests:$lintVersion "
10
- testCompile " com.android.tools:testutils:$lintVersion "
7
+ testImplementation " junit:junit:4.12"
8
+ testImplementation " com.android.tools.lint:lint:$lintVersion "
9
+ testImplementation " com.android.tools.lint:lint-tests:$lintVersion "
10
+ testImplementation " com.android.tools:testutils:$lintVersion "
11
11
}
12
12
13
13
sourceCompatibility = " 1.8"
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.6 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.0 -all.zip
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
3
android {
4
- compileSdkVersion 26
4
+ compileSdkVersion 29
5
5
defaultConfig {
6
6
minSdkVersion 15
7
- targetSdkVersion 26
7
+ targetSdkVersion 29
8
8
}
9
9
compileOptions {
10
10
sourceCompatibility JavaVersion . VERSION_1_8
You can’t perform that action at this time.
0 commit comments