version 2.2.4 beta + changes

This commit is contained in:
Christian Schneppe 2019-06-08 15:14:41 +02:00
parent 6c9234ce53
commit b396ba1ae1
2 changed files with 6 additions and 5 deletions

View file

@ -4,7 +4,7 @@
* added channel search via search.jabbercat.org
* reworked onboarding screens
* warn when trying to enter domain address or channel address in Add Contact dialog
* set own OMEMO devices to inactive after not seeing them for 14 days. (was 7 days)
* set own OMEMO devices to inactive after not seeing them for 60 days. (was 7 days)
* bug fixes
#### Version 2.2.3

View file

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.0'
classpath 'com.android.tools.build:gradle:3.4.1'
}
}
@ -101,8 +101,8 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 259
versionName "2.2.4 beta (2019-05-18)"
versionCode 261
versionName "2.2.4 beta (2019-06-08)"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"
@ -120,7 +120,7 @@ android {
dexOptions {
// Skip pre-dexing when running on Travis CI or when disabled via -Dpre-dex=false.
preDexLibraries = preDexEnabled && !travisBuild
javaMaxHeapSize "4g"
javaMaxHeapSize "8g"
jumboMode true
}
@ -173,6 +173,7 @@ android {
lintOptions {
disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage', 'MissingQuantity', 'AppCompatResource', 'RestrictedApi'
//abortOnError false
}
subprojects {