mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Merge branch 'develop'
This commit is contained in:
commit
4b1afed914
@ -63,7 +63,13 @@ android {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
bundle {
|
||||||
|
language {
|
||||||
|
// This is disabled so that the App Bundle does NOT split the APK for each language.
|
||||||
|
// We're gonna use the same APK for all languages.
|
||||||
|
enableSplit = false
|
||||||
|
}
|
||||||
|
}
|
||||||
sourceSets {
|
sourceSets {
|
||||||
getByName("androidTest") {
|
getByName("androidTest") {
|
||||||
java.srcDirs("$rootDir/core/src/sharedTestFunctions/java")
|
java.srcDirs("$rootDir/core/src/sharedTestFunctions/java")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user