Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolFi <wolfi@wolfi.es>2021-08-01 18:30:22 +0300
committerWolFi <wolfi@wolfi.es>2021-08-01 18:30:22 +0300
commitd31f7a332d1aefe1f54f2e4b6633a321f2c005b1 (patch)
tree17c7bde36aa68adf8fc52030aa521a1d0c069aaa
parentf146ad64b23935a533f6f701ee31f8c119510992 (diff)
Generate universal APKv1.0.0
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 79277a4..24e3d5f 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -78,7 +78,7 @@ android {
enable true
reset()
include 'armeabi-v7a', 'arm64-v8a', 'x86_64', 'x86'
- universalApk false
+ universalApk true
}
}