File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
composeApp/src/commonMain/kotlin Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ import androidx.navigation.compose.composable
4545import androidx.navigation.compose.rememberNavController
4646import androidx.navigation.navArgument
4747import androidx.window.core.layout.WindowWidthSizeClass
48- import com.dokar.sonner.Toaster
4948import com.russhwolf.settings.Settings
5049import dev.chrisbanes.haze.HazeState
5150import dev.chrisbanes.haze.haze
Original file line number Diff line number Diff line change @@ -22,9 +22,6 @@ import androidx.compose.ui.draw.clip
2222import androidx.compose.ui.graphics.Color
2323import androidx.compose.ui.unit.dp
2424import androidx.compose.ui.unit.sp
25- import com.dokar.sonner.ToastType
26- import com.dokar.sonner.ToasterState
27- import com.dokar.sonner.rememberToasterState
2825import com.russhwolf.settings.Settings
2926import com.voc.stargazer3.BuildKonfig
3027import files.ConfirmBTN
@@ -339,4 +336,4 @@ fun checkHasErrorLogFromLastCrash() {
339336
340337fun sendLogToServer (errorLogExportObj : LogExportObj ) {
341338 StarbaseAPI ().sendErrorLogs(errorLogExportObj)
342- }
339+ }
Original file line number Diff line number Diff line change 1- # Fri Feb 28 13:25:52 HKT 2025
1+ # Fri Feb 28 13:33:09 HKT 2025
22APP_PLATFORM =Android
33APP_PROFILE =C.BETA
44APP_VERSION =2025.02.28
55APP_VERSION_BETA =3.0.1
6- APP_VERSION_CODE =7400
6+ APP_VERSION_CODE =7402
77APP_VERSION_CODENAME =SG3
88APP_VERSION_CODENAME_BETA =Echo
99android.nonTransitiveRClass =true
You can’t perform that action at this time.
0 commit comments