Skip to content

Commit

Permalink
💩 📦 3.250113.0 android版本暂时移除了中文名称
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaubee committed Jan 15, 2025
1 parent 9f0c953 commit 7e86999
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion next/kmp/app/androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ android {
if (channel == "stable") {
applicationIdSuffix = null
versionNameSuffix = null
manifestPlaceholders["appName"] = "@string/app_name"
manifestPlaceholders["appName"] = "Dweb Browser";//"@string/app_name"
} else {
applicationIdSuffix = ".$channel"
versionNameSuffix = "-$channel"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ class SplashActivity : AppCompatActivity() {
val grant = grantInstaller(agree)

setContent {
var localPrivacy by remember { mutableStateOf("") }

DwebBrowserAppTheme {
SplashMainView(
Modifier,
Expand All @@ -132,6 +130,7 @@ class SplashActivity : AppCompatActivity() {
return@DwebBrowserAppTheme
}

var localPrivacy by remember { mutableStateOf("") }
SplashPrivacyDialog(
openHome = {
DwebBrowserApp.appContext.saveBoolean(keyEnableAgreement, true)
Expand Down
4 changes: 2 additions & 2 deletions next/kmp/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ compileSdkVersion = "35" # Int
buildToolsVersion = "29.0.2"
minSdkVersion = "28" # Int
targetSdkVersion = "35" # Int
versionCode = "141" # Int
versionName = "3.250112.1"
versionCode = "142" # Int
versionName = "3.250113.0"
kotlinCompilerExtensionVersion = "1.5.15"
jvmTarget = "17"
javaVersion = "VERSION_17" # JavaVersion.VERSION_17
Expand Down

0 comments on commit 7e86999

Please sign in to comment.