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

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

Sign release with test key

parent 355cc650
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@ build-prod:
        exit 1
      fi
      cd "release"
      unsigned_build=$(ls *.apk | grep "unsigned")
      cp $unsigned_build $UNSIGNED_APK
      unsigned_build=$(ls *.apk | grep "release")
      mv $unsigned_build $UNSIGNED_APK
  artifacts:
    paths:
      - app/build/outputs/apk/ose/
@@ -61,8 +61,8 @@ build-staging:
        exit 1
      fi
      cd "release"
      unsigned_build=$(ls *.apk | grep "unsigned")
      cp $unsigned_build $UNSIGNED_APK
      unsigned_build=$(ls *.apk | grep "release")
      mv $unsigned_build $UNSIGNED_APK
  artifacts:
    paths:
      - app/build/outputs/apk/ose/
+1 −0
Original line number Diff line number Diff line
@@ -118,6 +118,7 @@ android {
        }

        release {
            signingConfig = signingConfigs.debug
            minifyEnabled true
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules-release.pro'