feat: version checking using github api

This commit is contained in:
Miuzarte
2026-04-10 11:55:03 +08:00
parent b45175dd65
commit 3f94d91564
7 changed files with 186 additions and 9 deletions

View File

@@ -67,6 +67,7 @@ android {
buildFeatures {
compose = true
prefab = true
buildConfig = true
}
externalNativeBuild {
@@ -108,4 +109,4 @@ dependencies {
androidTestImplementation(libs.androidx.compose.ui.test.junit4)
debugImplementation(libs.androidx.compose.ui.tooling)
debugImplementation(libs.androidx.compose.ui.test.manifest)
}
}