more updates

This commit is contained in:
Arne 2021-04-25 13:31:44 +02:00
parent de48dcbc12
commit adeedaa6e3
3 changed files with 35 additions and 0 deletions

View file

@ -100,6 +100,14 @@ ext {
android {
signingConfigs {
'monocles chat' {
storeFile file('/home/arne/StudioProjects/vogelsang.jks')
storePassword 'OcHJ0bq-Ud73'
keyAlias 'KeyC'
keyPassword 'erKC-aeVN012P7'
}
}
compileSdkVersion 29
defaultConfig {
@ -123,6 +131,7 @@ android {
buildConfigField("String", "UPDATE_URL", '"https://monocles.de/chat/update/"')
resValue "string", "applicationId", applicationId
resValue "string", "app_name", "monocles chat"
signingConfig signingConfigs.'monocles chat'
}
dataBinding {

View file

@ -0,0 +1,18 @@
{
"version": 2,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "de.monocles.chat",
"variantName": "processGitReleaseResources",
"elements": [
{
"type": "SINGLE",
"filters": [],
"versionCode": 100,
"versionName": "1.0",
"outputFile": "monocles chat-1.0-git-release.apk"
}
]
}

View file

@ -11,6 +11,14 @@ dependencies {
}
android {
signingConfigs {
'monocles chat libs' {
storeFile file('/home/arne/StudioProjects/vogelsang.jks')
storePassword 'OcHJ0bq-Ud73'
keyAlias 'keyC'
keyPassword 'erKC-aeVN012P7'
}
}
compileSdkVersion 28
buildToolsVersion '28.0.3'