forked from mirror/monocles_chat
more updates
This commit is contained in:
parent
de48dcbc12
commit
adeedaa6e3
3 changed files with 35 additions and 0 deletions
|
@ -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 {
|
||||
|
|
18
git/release/output-metadata.json
Normal file
18
git/release/output-metadata.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue