mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2024-12-29 00:10:42 +01:00
Release 33
This commit is contained in:
parent
c0feb8a37d
commit
dd27555d83
@ -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
|
||||
|
3
fastlane/metadata/android/en-US/changelogs/33.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/33.txt
Normal file
@ -0,0 +1,3 @@
|
||||
Try again to split the apks
|
||||
|
||||
Update dependencies
|
Loading…
Reference in New Issue
Block a user