1
1
Fork 0
Browse Source

buiild

master
alistair 1 year ago
parent
commit
a0d0d2603e
  1. 12
      build-android/android/SDL2/build.gradle
  2. 12
      build-android/android/app/build.gradle
  3. BIN
      build-android/android/app/release/app-release.apk
  4. 1
      build-android/android/app/release/output.json

12
build-android/android/SDL2/build.gradle

@ -1,6 +1,14 @@ @@ -1,6 +1,14 @@
apply plugin: 'com.android.library'
android {
signingConfigs {
debug {
storeFile file('/home/alistair/Documents/androiddevkeystore.jks')
storePassword 'T2964d7^5Nksof!Z'
keyPassword 'T2964d7^5Nksof!Z'
keyAlias 'key0'
}
}
compileSdkVersion 28
buildToolsVersion "28.0.3"
@ -19,6 +27,10 @@ android { @@ -19,6 +27,10 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.debug
}
debug {
signingConfig signingConfigs.debug
}
}
externalNativeBuild {

12
build-android/android/app/build.gradle

@ -1,6 +1,14 @@ @@ -1,6 +1,14 @@
apply plugin: 'com.android.application'
android {
signingConfigs {
debug {
storeFile file('/home/alistair/Documents/androiddevkeystore.jks')
storePassword 'T2964d7^5Nksof!Z'
keyPassword 'T2964d7^5Nksof!Z'
keyAlias 'key0'
}
}
compileSdkVersion 28
buildToolsVersion "28.0.3"
defaultConfig {
@ -23,6 +31,10 @@ android { @@ -23,6 +31,10 @@ android {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.debug
}
debug {
signingConfig signingConfigs.debug
}
}
externalNativeBuild {

BIN
build-android/android/app/release/app-release.apk

Binary file not shown.

1
build-android/android/app/release/output.json

@ -0,0 +1 @@ @@ -0,0 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
Loading…
Cancel
Save