feat: fix bug
Build / build (push) Successful in 10m28s

This commit is contained in:
2026-06-10 10:13:47 +07:00
parent 55ab8136f3
commit ee390c249a
5 changed files with 106 additions and 50 deletions
+2 -3
View File
@@ -22,8 +22,8 @@ android {
applicationId = "com.kain344.firefly_go_android"
minSdk = 24
targetSdk = 35
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "1.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
@@ -100,4 +100,3 @@ dependencies {
implementation(libs.slf4j.android)
}