Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ build: exit 1 fi cd "release" - unsigned_build=$(ls *.apk | grep "unsigned") - unsigned_build=$(ls *.apk | grep "universal-release-unsigned") - mv $unsigned_build $UNSIGNED_APK artifacts: paths: Loading app/build.gradle +9 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,15 @@ android { ] } splits { abi { enable true reset() include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' universalApk true } } signingConfigs { debugConfig { storeFile = file("../keystore/platform.keystore") Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ build: exit 1 fi cd "release" - unsigned_build=$(ls *.apk | grep "unsigned") - unsigned_build=$(ls *.apk | grep "universal-release-unsigned") - mv $unsigned_build $UNSIGNED_APK artifacts: paths: Loading
app/build.gradle +9 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,15 @@ android { ] } splits { abi { enable true reset() include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64' universalApk true } } signingConfigs { debugConfig { storeFile = file("../keystore/platform.keystore") Loading