Loading app/build.gradle +11 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,16 @@ android { compileSdk 34 compileOptions.encoding = 'UTF-8' signingConfigs { // These are public keys provided by AOSP, Use different passcode protected keys for production debug { storeFile file('keys/platform.jks') storePassword 'platform' keyAlias 'platform' keyPassword 'platform' } } defaultConfig { applicationId "foundation.e.blisslauncher" minSdkVersion 25 Loading @@ -28,6 +38,7 @@ android { } debug { applicationIdSuffix ".debug" signingConfig signingConfigs.debug } } Loading app/keys/platform.jks 0 → 100644 +2.98 KiB File added.No diff preview for this file type. View file Loading
app/build.gradle +11 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,16 @@ android { compileSdk 34 compileOptions.encoding = 'UTF-8' signingConfigs { // These are public keys provided by AOSP, Use different passcode protected keys for production debug { storeFile file('keys/platform.jks') storePassword 'platform' keyAlias 'platform' keyPassword 'platform' } } defaultConfig { applicationId "foundation.e.blisslauncher" minSdkVersion 25 Loading @@ -28,6 +38,7 @@ android { } debug { applicationIdSuffix ".debug" signingConfig signingConfigs.debug } } Loading