|
|
@@ -18,9 +18,9 @@ if (getGradle().getStartParameter().getTaskRequests().toString().contains("Hms")
|
|
|
}
|
|
|
|
|
|
// version codes
|
|
|
-def app_version = "5.2.1"
|
|
|
+def app_version = "5.2.2"
|
|
|
def beta_suffix = "" // with leading dash
|
|
|
-def defaultVersionCode = 932
|
|
|
+def defaultVersionCode = 935
|
|
|
|
|
|
/**
|
|
|
* Return the git hash, if git is installed.
|
|
|
@@ -87,8 +87,8 @@ android {
|
|
|
// NOTE: When adjusting compileSdkVersion, buildToolsVersion or ndkVersion,
|
|
|
// make sure to adjust them in `scripts/Dockerfile` and
|
|
|
// `.gitlab-ci.yml` as well!
|
|
|
- compileSdkVersion 33
|
|
|
- buildToolsVersion '33.0.2'
|
|
|
+ compileSdk 34
|
|
|
+ buildToolsVersion = '34.0.0'
|
|
|
ndkVersion '26.0.10792818'
|
|
|
|
|
|
defaultConfig {
|
|
|
@@ -744,22 +744,23 @@ dependencies {
|
|
|
implementation 'androidx.recyclerview:recyclerview:1.3.2'
|
|
|
implementation 'androidx.palette:palette-ktx:1.0.0'
|
|
|
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
|
|
|
+ implementation 'androidx.core:core-ktx:1.12.0'
|
|
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
|
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
|
|
implementation 'androidx.biometric:biometric:1.1.0'
|
|
|
implementation 'androidx.work:work-runtime-ktx:2.8.1'
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.6.2'
|
|
|
- implementation 'androidx.activity:activity-ktx:1.7.2'
|
|
|
+ implementation 'androidx.activity:activity-ktx:1.8.2'
|
|
|
implementation 'androidx.sqlite:sqlite:2.2.2'
|
|
|
implementation "androidx.concurrent:concurrent-futures:1.1.0"
|
|
|
implementation "androidx.camera:camera-camera2:1.3.0-beta01"
|
|
|
implementation "androidx.camera:camera-lifecycle:1.3.0-beta01"
|
|
|
implementation "androidx.camera:camera-view:1.3.0-beta01"
|
|
|
implementation 'androidx.camera:camera-video:1.3.0-beta01'
|
|
|
- implementation "androidx.media:media:1.6.0"
|
|
|
- implementation 'androidx.media3:media3-exoplayer:1.1.1'
|
|
|
- implementation 'androidx.media3:media3-ui:1.1.1'
|
|
|
- implementation "androidx.media3:media3-session:1.1.1"
|
|
|
+ implementation "androidx.media:media:1.7.0"
|
|
|
+ implementation 'androidx.media3:media3-exoplayer:1.2.0'
|
|
|
+ implementation 'androidx.media3:media3-ui:1.2.0'
|
|
|
+ implementation "androidx.media3:media3-session:1.2.0"
|
|
|
implementation 'androidx.multidex:multidex:2.0.1'
|
|
|
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2"
|
|
|
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.6.2"
|
|
|
@@ -776,7 +777,7 @@ dependencies {
|
|
|
|
|
|
implementation 'com.google.android.material:material:1.9.0'
|
|
|
implementation 'com.google.zxing:core:3.3.3' // zxing 3.4 crashes on API < 24
|
|
|
- implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.19' // make sure to update this in domain's build.gradle as well
|
|
|
+ implementation 'com.googlecode.libphonenumber:libphonenumber:8.13.23' // make sure to update this in domain's build.gradle as well
|
|
|
|
|
|
// webclient dependencies
|
|
|
implementation 'org.msgpack:msgpack-core:0.8.24!!'
|
|
|
@@ -791,7 +792,7 @@ dependencies {
|
|
|
}
|
|
|
|
|
|
implementation 'org.saltyrtc:chunked-dc:1.0.1'
|
|
|
- implementation 'ch.threema:webrtc-android:114.0.0'
|
|
|
+ implementation 'ch.threema:webrtc-android:120.0.0'
|
|
|
implementation('org.saltyrtc:saltyrtc-task-webrtc:0.18.1') {
|
|
|
exclude module: 'saltyrtc-client'
|
|
|
}
|