From 92531742722970eee67974889026073355a79452 Mon Sep 17 00:00:00 2001 From: Evgenii Kozlov Date: Wed, 16 Apr 2025 11:12:31 +0200 Subject: [PATCH] DROID-3233 App | Tech | Revert nightly builds to AAB --- Makefile | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 3f6f0c72e6..5c2c525cd1 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/app/build.gradle b/app/build.gradle index 72b3eca7c0..34672d296a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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