mirror of
https://github.com/ReVanced/revanced-manager-downloader-template.git
synced 2026-01-11 13:56:19 +00:00
feat: Update to account for API changes
This commit is contained in:
@@ -1,20 +1,11 @@
|
||||
[versions]
|
||||
android = "8.5.2"
|
||||
compose-activity = "1.9.1"
|
||||
compose-bom = "2024.08.00"
|
||||
kotlin = "2.0.20"
|
||||
material3 = "1.3.0-rc01"
|
||||
ui-tooling = "1.6.8"
|
||||
plugin-api = "1.0.0"
|
||||
android-gradle-plugin = "8.7.3"
|
||||
kotlin = "2.1.0"
|
||||
|
||||
[libraries]
|
||||
compose-activity = { group = "androidx.activity", name = "activity-compose", version.ref = "compose-activity" }
|
||||
compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose-bom" }
|
||||
compose-material3 = { group = "androidx.compose.material3", name = "material3", version.ref = "material3"}
|
||||
compose-ui = { group = "androidx.compose.ui", name = "ui" }
|
||||
compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "ui-tooling" }
|
||||
plugin-api = { group = "app.revanced", name = "revanced-manager-downloader-api", version.ref = "plugin-api" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "android" }
|
||||
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|
||||
android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
|
||||
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
|
||||
|
||||
Reference in New Issue
Block a user