add download page for common OS

This commit is contained in:
2026-03-10 01:36:28 +05:00
parent 93c239eb12
commit 475ef04c16
15 changed files with 296 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ libsu = "6.0.0"
# DataStore
datastorePreferences = "1.1.1"
# Coil
coil = "2.6.0"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
@@ -48,6 +51,10 @@ libsu-service = { group = "com.github.topjohnwu.libsu", name = "service", versio
# DataStore
androidx-datastore-preferences = { group = "androidx.datastore", name = "datastore-preferences", version.ref = "datastorePreferences" }
# Coil
coil-compose = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil" }
coil-svg = { group = "io.coil-kt", name = "coil-svg", version.ref = "coil" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }