Skip to content

Commit c19e020

Browse files
committed
update agp
1 parent 5d33d9f commit c19e020

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

build.gradle

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
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

179
task clean(type: Delete) {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Thu Mar 03 14:46:17 CST 2022
22
distributionBase=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
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

library/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@ android {
3333
}
3434

3535
dependencies {
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
}

0 commit comments

Comments
 (0)