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

Commit f7ac47d5 authored by Mohit Mali's avatar Mohit Mali
Browse files

# Signing Apk

parent ea021a32
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ build:
    - echo mapbox.enabled true >> local.properties
    - export TERM=dumb
    - export JAVA_OPTS="-XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx4096m"
    - ./gradlew assemble
    - ./gradlew assembleRelease
  artifacts:
    paths:
      - play-services-core/build/outputs/apk/
+12 −0
Original line number Diff line number Diff line
@@ -111,13 +111,25 @@ android {
        disable 'MissingTranslation', 'InvalidPackage', 'BatteryLife', 'ImpliedQuantity', 'MissingQuantity', 'InvalidWakeLockTag'
    }

    signingConfigs {
        release {
            storeFile file(".platform.keystore")
            storePassword 'password'
            keyAlias 'platform'
            keyPassword 'password'
        }
    }

    buildTypes {
        release {
            minifyEnabled true
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
            signingConfig signingConfigs.release
        }
    }



    compileOptions {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
+2.83 KiB

File added.

No diff preview for this file type.