We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474aa23 commit 74ce0b3Copy full SHA for 74ce0b3
1 file changed
app/build.gradle
@@ -15,7 +15,7 @@ android {
15
defaultConfig {
16
applicationId "com.shifthackz.aisdv1.app"
17
versionName "0.5.11"
18
- versionCode 177
+ versionCode 178
19
20
buildConfigField "String", "IMAGE_CDN_URL", "\"https://random.imagecdn.app/\""
21
buildConfigField "String", "HUGGING_FACE_URL", "\"https://huggingface.co/\""
@@ -70,6 +70,12 @@ android {
70
buildFeatures {
71
buildConfig true
72
}
73
+
74
+ bundle {
75
+ language {
76
+ enableSplit = false
77
+ }
78
79
80
81
dependencies {
0 commit comments