Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0e5152d authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

chore: Build seperate apk for abis

parent d53853cd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:
+9 −0
Original line number Diff line number Diff line
@@ -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")