Release 33

This commit is contained in:
Matthieu 2024-03-15 18:10:10 +01:00
parent c0feb8a37d
commit dd27555d83
2 changed files with 6 additions and 3 deletions

View File

@ -31,7 +31,7 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 34
versionCode 32
versionCode 33
versionName "1.0.beta" + versionCode
//TODO add resConfigs("en", "fr", "ja",...) ?
@ -161,7 +161,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
implementation 'androidx.navigation:navigation-ui-ktx:2.7.7'
implementation "androidx.browser:browser:1.7.0"
implementation "androidx.browser:browser:1.8.0"
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
@ -182,7 +182,7 @@ dependencies {
// Use the most recent version of CameraX
def cameraX_version = '1.3.1'
def cameraX_version = '1.3.2'
implementation "androidx.camera:camera-core:$cameraX_version"
implementation "androidx.camera:camera-camera2:$cameraX_version"
// CameraX Lifecycle library

View File

@ -0,0 +1,3 @@
Try again to split the apks
Update dependencies