Skip to content

Commit

Permalink
libs.versions.toml: version ref
Browse files Browse the repository at this point in the history
  • Loading branch information
DHD2280 committed Oct 13, 2024
1 parent 08493ea commit 5dfae57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 6 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
agp = "8.6.0"
kotlin = "2.0.21"
coreKtx = "1.13.1"
removeBgVersion = "1.0.4"
suVersion = "6.0.0"

[libraries]
removebg = { module = "com.github.erenalpaslan:removebg", version = "1.0.4" }
su-core = { module = "com.github.topjohnwu.libsu:core", version = "6.0.0" }
su-nio = { module = "com.github.topjohnwu.libsu:nio", version = "6.0.0" }
su-service = { module = "com.github.topjohnwu.libsu:service", version = "6.0.0" }
removebg = { module = "com.github.erenalpaslan:removebg", version.ref = "removeBgVersion" }
su-core = { module = "com.github.topjohnwu.libsu:core", version.ref = "suVersion" }
su-nio = { module = "com.github.topjohnwu.libsu:nio", version.ref = "suVersion" }
su-service = { module = "com.github.topjohnwu.libsu:service", version.ref = "suVersion" }
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }

[plugins]
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ dependencyResolutionManagement {

rootProject.name = "Oxygen Customizer - AI Plugin"
include(":app")

0 comments on commit 5dfae57

Please sign in to comment.