update dependencies

This commit is contained in:
Arne 2023-09-21 23:03:21 +02:00
parent 50cbff9668
commit 6aab0e0814

View file

@ -49,7 +49,7 @@ dependencies {
}
}
implementation "androidx.core:core:1.10.1"
implementation "androidx.core:core:1.12.0"
implementation 'androidx.viewpager:viewpager:1.0.0'
playstoreImplementation('com.google.firebase:firebase-messaging:23.1.2') {
@ -74,7 +74,7 @@ dependencies {
implementation 'org.whispersystems:signal-protocol-android:2.6.2'
implementation 'com.makeramen:roundedimageview:2.3.0'
implementation 'jetty:javax.servlet:5.1.12'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.google.code.gson:gson:2.9.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
@ -141,7 +141,7 @@ def tags = grgit.tag.list().findAll { it.dateTime != null }.sort { it.dateTime }
android {
namespace 'eu.siacs.conversations'
//noinspection GradleCompatible
compileSdkVersion 33
compileSdkVersion 34
defaultConfig {
minSdkVersion 21
@ -227,7 +227,7 @@ android {
debug {
debuggable true
buildTypes.release.signingConfig = null
signingConfig signingConfigs.debug
minifyEnabled true
shrinkResources true
runProguard true
@ -257,6 +257,7 @@ android {
disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage', 'MissingQuantity', 'AppCompatResource', 'RestrictedApi'
error 'StringFormatInvalid', 'StringFormatMatches'
}
android.applicationVariants.all { variant ->
variant.outputs.each { output ->
def baseAbiVersionCode = project.ext.abiCodes.get(output.getFilter(com.android.build.OutputFile.ABI))