Skip to content

Commit

Permalink
chore: update build dependencies (master)...
Browse files Browse the repository at this point in the history
chore: update build dependencies (master)

- Bump project version to 0.6.5
- Update AGP to 8.4.1 and Kotlin to 2.0.0
- Upgrade asm-commons to 9.7
- Update Gradle wrapper to 8.7

Signed-off-by: Androidacy Service Account <[email protected]>
  • Loading branch information
androidacy-user committed May 31, 2024
1 parent d1fdcd3 commit c81a5b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {
group = "com.github.Androidacy.LSParanoid"
version = "0.6.4"
version = "0.6.5"

plugins.withType(JavaPlugin::class.java) {
extensions.configure(JavaPluginExtension::class.java) {
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.3.1"
kotlin = "1.9.23"
agp = "8.4.1"
kotlin = "2.0.0"

[plugins]
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand All @@ -9,5 +9,5 @@ lsplugin-publish = { id = "org.lsposed.lsplugin.publish", version = "1.1" }
[libraries]
agp-api = { group = "com.android.tools.build", name = "gradle-api", version.ref = "agp" }
grip = { group = "com.joom.grip", name = "grip", version = "0.9.1" }
asm-common = { group = "org.ow2.asm", name = "asm-commons", version = "9.6" }
asm-common = { group = "org.ow2.asm", name = "asm-commons", version = "9.7" }
kotlin-api = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin-api", version.ref = "kotlin" }
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 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit c81a5b6

Please sign in to comment.