1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-07 21:37:02 +09:00

DROID-3233 App | Tech | Revert nightly builds to AAB

This commit is contained in:
Evgenii Kozlov 2025-04-16 11:12:31 +02:00
parent 1db26782f8
commit 9253174272
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ enable_dated_version_name:
./gradlew -q :app:enableDatedVersionName
distribute_debug:
./gradlew assembleDebug appDistributionUploadDebug
./gradlew bundleDebug appDistributionUploadDebug
pr_check: compile_android_test_sources test_debug_all

View file

@ -111,7 +111,7 @@ android {
buildConfigField("String", "AMPLITUDE_KEY", apikeyProperties['amplitude.debug'])
//signingConfig signingConfigs.debug
firebaseAppDistribution {
artifactType = "APK"
artifactType = "AAB"
groups = "anytype-q&a, android-team, product-review, nightly-ops"
serviceCredentialsFile = "$rootDir/scripts/distribution/anytype-debug-service-account-key.json"
}
@ -142,7 +142,7 @@ android {
// Configures multiple APKs based on ABI.
abi {
// Enables building multiple APKs per ABI.
enable false
enable true
reset()
include "armeabi-v7a", "arm64-v8a"
universalApk true