Skip to content
Snippets Groups Projects
Commit 719eb057 authored by Maximilian Betz's avatar Maximilian Betz
Browse files

activated sign of build release apks cause unsigned can not be installed where...

activated sign of build release apks cause unsigned can not be installed where a signed version has been installed already.
parent 1d30042c
No related branches found
No related tags found
No related merge requests found
......@@ -84,3 +84,5 @@ Text: #57827E
- unique labels are desired by PANGAEA. Is adding the MissionName as a prefix to label usfull?
- Document taken sample via IGSN number QR Code? Scan a QR code.
## How to build the APK for flashing:
- Use the key.properties and upload-keystore.jks files from projects/DLS/RZ/systeme/mobileeventlog/ Copy key.properties to sw/android/ update storeFile path to jks file
......@@ -69,8 +69,9 @@ android {
}
buildTypes {
release {
//signingConfig signingConfigs.release
signingConfig signingConfigs.release
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment