Skip to content

Commit 74ce0b3

Browse files
authored
Fix google play bundle split localization (#148)
1 parent 474aa23 commit 74ce0b3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
defaultConfig {
1616
applicationId "com.shifthackz.aisdv1.app"
1717
versionName "0.5.11"
18-
versionCode 177
18+
versionCode 178
1919

2020
buildConfigField "String", "IMAGE_CDN_URL", "\"https://random.imagecdn.app/\""
2121
buildConfigField "String", "HUGGING_FACE_URL", "\"https://huggingface.co/\""
@@ -70,6 +70,12 @@ android {
7070
buildFeatures {
7171
buildConfig true
7272
}
73+
74+
bundle {
75+
language {
76+
enableSplit = false
77+
}
78+
}
7379
}
7480

7581
dependencies {

0 commit comments

Comments
 (0)