Skip to content

Commit

Permalink
Move lsparanoid to version catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsummer233 committed May 12, 2024
1 parent 1667852 commit b6ef09c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import java.util.*
plugins {
alias(libs.plugins.androidApplication)
alias(libs.plugins.kotlinAndroid)
id("org.lsposed.lsparanoid")
// id("org.lsposed.lsplugin.resopt")
alias(libs.plugins.lsparanoid)
// alias(libs.plugins.lspluginResopt)
}

lsparanoid {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ plugins {
alias(libs.plugins.androidApplication) apply false
alias(libs.plugins.androidLibrary) apply false
alias(libs.plugins.kotlinAndroid) apply false
id("org.lsposed.lsparanoid") version "0.6.0" apply false
// id("org.lsposed.lsplugin.resopt") version "1.6" apply false
alias(libs.plugins.lsparanoid) apply false
// alias(libs.plugins.lspluginResopt) apply false
}
7 changes: 5 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[versions]
agp = "8.4.0"
annotation = "1.7.1"
kotlinAndroid = "1.9.24"
lsparanoid = "0.6.0"
#lspluginResopt = "1.6"

annotation = "1.7.1"
core = "1.13.1"
collection = "1.4.0"
fragment = "1.8.0-alpha02"
kxml2 = "v2.4.1"
recyclerview = "1.3.2"
lifecycle-common = "2.7.0"
vectordrawable = "1.2.0"
Expand Down Expand Up @@ -51,6 +52,8 @@ commons-codec = { group = "commons-codec", name = "commons-codec", version.ref =
androidApplication = { id = "com.android.application", version.ref = "agp" }
androidLibrary = { id = "com.android.library", version.ref = "agp" }
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlinAndroid"}
lsparanoid = { id = "org.lsposed.lsparanoid", version.ref = "lsparanoid" }
#lspluginResopt = { id = "org.lsposed.lsplugin.resopt", version.ref = "lspluginResopt" }

[bundles]

0 comments on commit b6ef09c

Please sign in to comment.