Skip to content

Commit

Permalink
disable language split in bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
0xZhangKe committed Dec 5, 2022
1 parent f46ef98 commit 7ce9416
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.zhangke.notionlight"
minSdk rootProject.ext.minSdkVersion
targetSdk rootProject.ext.targetSdkVersion
versionCode 11000
versionName "1.1.0"
versionCode 11010
versionName "1.1.1"
multiDexEnabled = true

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand All @@ -40,6 +40,12 @@ android {
compose = true
}

bundle {
language {
enableSplit = false
}
}

composeOptions {
kotlinCompilerExtensionVersion = rootProject.ext.compose_version
kotlinCompilerVersion = rootProject.ext.kotlin_version
Expand Down

0 comments on commit 7ce9416

Please sign in to comment.