UPDATE: Fix bug, update libs

This commit is contained in:
2025-09-02 20:00:36 +07:00
parent e61bb39fc5
commit 4c10a53229
12 changed files with 76 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
package com.example.fireflypsandorid
package com.example.firefly_go_android
import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4

View File

@@ -1,4 +1,4 @@
package com.example.fireflypsandorid
package com.example.firefly_go_android
import android.app.NotificationChannel
import android.app.NotificationManager

View File

@@ -1,4 +1,4 @@
package com.example.fireflypsandorid
package com.example.firefly_go_android
import AutoUpdaterManager
import android.annotation.SuppressLint
@@ -24,7 +24,7 @@ import androidx.compose.ui.text.font.FontWeight
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import com.example.autoupdater.UpdateFeatures
import com.example.fireflypsandorid.ui.theme.FireflyPsAndoridTheme
import com.example.firefly_go_android.ui.theme.FireflyPsAndoridTheme
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext
@@ -34,7 +34,6 @@ import androidx.compose.animation.core.*
import androidx.compose.foundation.background
import androidx.compose.foundation.clickable
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.lazy.items
import androidx.compose.foundation.lazy.rememberLazyListState
import androidx.compose.foundation.shape.CircleShape
import androidx.compose.material.icons.Icons

View File

@@ -1,4 +1,4 @@
package com.example.fireflypsandorid.ui.theme
package com.example.firefly_go_android.ui.theme
import androidx.compose.ui.graphics.Color

View File

@@ -1,6 +1,5 @@
package com.example.fireflypsandorid.ui.theme
package com.example.firefly_go_android.ui.theme
import android.app.Activity
import android.os.Build
import androidx.compose.foundation.isSystemInDarkTheme
import androidx.compose.material3.MaterialTheme

View File

@@ -1,4 +1,4 @@
package com.example.fireflypsandorid.ui.theme
package com.example.firefly_go_android.ui.theme
import androidx.compose.material3.Typography
import androidx.compose.ui.text.TextStyle

View File

@@ -1,5 +1,5 @@
{
"latest_version": "3.5.4-01",
"changelog": "UPDATE: Update for v4",
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Andoid/releases/download/3.5.4-01/firefly_go_android.apk"
"latest_version": "3.5.4-02",
"changelog": "UPDATE: Fix bug, update libs",
"apk_url": "https://git.kain.io.vn/Firefly-Shelter/FireflyGo_Andoid/releases/download/3.5.4-02/firefly_go_android.apk"
}

View File

@@ -1,4 +1,4 @@
package com.example.fireflypsandorid
package com.example.firefly_go_android
import org.junit.Test