Skip to content

Commit

Permalink
修复安卓自动更新无法发起安装的问题
Browse files Browse the repository at this point in the history
caused by a4272e2
  • Loading branch information
Him188 committed Jun 3, 2024
1 parent d9c800d commit 16dfe29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,10 @@ android {
getDefaultProguardFile("proguard-android-optimize.txt"),
*sharedAndroidProguardRules(),
)
buildConfigField("String", "APP_APPLICATION_ID", "\"me.him188.ani.android\"")
buildConfigField("String", "APP_APPLICATION_ID", "\"me.him188.ani\"")
}
buildTypes.getByName("debug") {
buildConfigField("String", "APP_APPLICATION_ID", "\"me.him188.ani.android.debug2\"")
buildConfigField("String", "APP_APPLICATION_ID", "\"me.him188.ani.debug2\"")
}
buildFeatures {
compose = true
Expand Down

0 comments on commit 16dfe29

Please sign in to comment.