File tree 4 files changed +2
-6
lines changed
4 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,10 @@ plugins {
5
5
6
6
android {
7
7
compileSdkVersion 30
8
- buildToolsVersion " 30.0.2"
9
8
10
9
defaultConfig {
11
10
minSdkVersion 19
12
11
targetSdkVersion 30
13
- versionCode 1
14
- versionName " 1.0"
15
12
16
13
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
17
14
consumerProguardFiles " consumer-rules.pro"
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ plugins {
5
5
6
6
android {
7
7
compileSdkVersion 30
8
- buildToolsVersion " 30.0.2"
9
8
10
9
defaultConfig {
11
10
applicationId " sample.viewbinding.android"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
jcenter()
7
7
}
8
8
dependencies {
9
- classpath " com.android.tools.build:gradle:4 .1.0 "
9
+ classpath ' com.android.tools.build:gradle:7 .1.1 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
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-6.5 -bin.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
You can’t perform that action at this time.
0 commit comments