File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed
Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
3- id ' com.android.application' version ' 7.1.2 ' apply false
4- id ' com.android.library' version ' 7.1.2 ' apply false
3+ id ' com.android.application' version ' 7.4.1 ' apply false
4+ id ' com.android.library' version ' 7.4.1 ' apply false
55 id ' org.jetbrains.kotlin.android' version ' 1.6.10' apply false
6- id ' com.vanniktech.maven.publish' version ' 0.18.0' apply false
7- }
8-
9- allprojects {
10- plugins. withId(" com.vanniktech.maven.publish" ) {
11- mavenPublish {
12- sonatypeHost = " S01"
13- }
14- }
6+ id ' com.vanniktech.maven.publish' version ' 0.25.2' apply false
157}
168
179task clean (type : Delete ) {
Original file line number Diff line number Diff line change 11# Thu Mar 03 14:46:17 CST 2022
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -33,6 +33,5 @@ android {
3333}
3434
3535dependencies {
36- implementation ' androidx.core:core-ktx:1.7.0'
37- implementation ' androidx.appcompat:appcompat:1.4.1'
36+ implementation ' androidx.appcompat:appcompat:1.2.0'
3837}
You can’t perform that action at this time.
0 commit comments