1
0
Fork 1

updated to 1.5.3 (Arne)

This commit is contained in:
12aw 2022-04-29 01:36:06 +02:00
parent 332d3dffcf
commit b7a6831501

View file

@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.2'
classpath 'com.android.tools.build:gradle:7.1.3'
}
}
@ -46,8 +46,8 @@ dependencies {
exclude group: 'com.android.support', module: 'exifinterface'
}
implementation 'org.jitsi:org.otr4j:0.23'
//implementation 'com.github.webrtc-sdk:android:97.4692.01'
implementation 'org.webrtc:google-webrtc:1.0.32006'
implementation 'com.github.webrtc-sdk:android:97.4692.01'
//implementation 'org.webrtc:google-webrtc:1.0.32006'
implementation 'org.bouncycastle:bcmail-jdk15on:1.64'
implementation 'org.gnu.inet:libidn:1.15'
implementation 'com.google.zxing:core:3.3.3' // > 3.3.x not working below SDK 24
@ -106,8 +106,8 @@ android {
targetSdkVersion 30
//versionNameSuffix " beta_(2021-12-19)" // " beta_(XXXX-XX-XX)" // activate for beta versions
versionCode 113
versionName "1.5.2"
versionCode 114
versionName "1.5.3"
//resConfigs "en"
archivesBaseName += "-$versionName"