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

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

Build seperate apk for abis

parent 063990ac
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ build:
        exit 1
      fi
      cd "release"
      unsigned_build=$(ls *.apk | grep "release")
      unsigned_build=$(ls *.apk | grep "universal-release")
      mv $unsigned_build $UNSIGNED_APK
  artifacts:
    paths:
+9 −0
Original line number Diff line number Diff line
@@ -111,6 +111,15 @@ android {
        }
    }

    splits {
        abi {
            enable true
            reset()
            include 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
            universalApk true
        }
    }

    buildTypes {
        debug {
            signingConfig = signingConfigs.debug