aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-06-08 15:14:41 +0200
committerChristian Schneppe <christian@pix-art.de>2019-06-08 15:14:41 +0200
commitb396ba1ae1a908af0939b13772201590f87f1fe8 (patch)
tree921018795e479c031b79a80aa8cec9b230123c9d /build.gradle
parent6c9234ce53d9b44d4aa6121cc7e539490618354a (diff)
version 2.2.4 beta + changes
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle9
1 files changed, 5 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index 98eb85f69..ee0245283 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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 {