Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle
index fdafb3342..dd066ad46 100644
--- a/build.gradle
+++ b/build.gradle
@@ -73,9 +73,9 @@ android {
defaultConfig {
minSdkVersion 19
- targetSdkVersion 25
- versionCode 297
- versionName "2.3.5"
+ targetSdkVersion 28
+ versionCode 299
+ versionName "2.3.6"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
@@ -206,7 +206,7 @@ android {
}
lintOptions {
- disable 'MissingTranslation', 'InvalidPackage', 'MissingQuantity', 'AppCompatResource'
+ disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage', 'MissingQuantity', 'AppCompatResource'
}
subprojects {