Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
chore: update AGP
Browse files Browse the repository at this point in the history
  • Loading branch information
mkx173 committed Jun 29, 2024
1 parent 9c179a5 commit 31945a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ android {
minSdk = 28
targetSdk = sdk
versionCode = gitCommitCount
versionName = "3.0.1"
versionName = "3.0.2"
if (versionName!!.contains("alpha") || versionName!!.contains("beta")) {
versionNameSuffix = ".$commitCountSinceLatestTag"
}
buildConfigField("String", "TARGET_VERSION", "\"12.60.4.1\"")
buildConfigField("String", "TARGET_VERSION", "\"12.64.0.0\"")
buildConfigField("String", "MIN_VERSION", "\"12.53.1.0\"")

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Aug 24 21:31:51 CST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pluginManagement {
mavenCentral()
}
plugins {
id("com.android.application") version "8.4.1"
id("com.android.library") version "8.4.1"
id("com.android.application") version "8.5.0"
id("com.android.library") version "8.5.0"
id("org.jetbrains.kotlin.android") version "1.9.0"
id("com.google.devtools.ksp") version "1.9.0-1.0.13" apply false
}
Expand Down

0 comments on commit 31945a5

Please sign in to comment.