updated to 1.5.3 (Arne)
This commit is contained in:
parent
332d3dffcf
commit
b7a6831501
1 changed files with 5 additions and 5 deletions
10
build.gradle
10
build.gradle
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue