@@ -26,12 +26,12 @@ android {
2626 v2SigningEnabled true
2727 }
2828 }
29- compileSdkVersion 32
29+ compileSdkVersion 33
3030 buildToolsVersion ' 30.0.3'
3131 defaultConfig {
3232 applicationId " es.wolfi.app.passman"
3333 minSdkVersion 21
34- targetSdkVersion 32
34+ targetSdkVersion 33
3535 versionCode 16
3636 versionName " 1.4.0"
3737 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
@@ -98,6 +98,7 @@ android {
9898 disable ' MissingTranslation'
9999 }
100100 ndkVersion ' 21.4.7075529'
101+ namespace ' es.wolfi.app.passman'
101102}
102103
103104dependencies {
@@ -109,7 +110,7 @@ dependencies {
109110 implementation " com.github.nextcloud:Android-SingleSignOn:0.6.1"
110111
111112 implementation ' androidx.appcompat:appcompat:1.4.1'
112- implementation ' com.google.android.material:material:1.6.1 '
113+ implementation ' com.google.android.material:material:1.8.0 '
113114 implementation ' com.jakewharton:butterknife:10.2.3'
114115 implementation ' com.koushikdutta.ion:ion:3.1.0'
115116 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
@@ -122,10 +123,10 @@ dependencies {
122123 implementation ' com.vdurmont:semver4j:3.1.0'
123124 // Version 3.4.0 contains a crashing bug before api level 24
124125 implementation ' com.google.zxing:core:3.3.3'
125- implementation(" androidx.camera:camera-core:1.1.0 " )
126- implementation(" androidx.camera:camera-camera2:1.1.0 " )
127- implementation(" androidx.camera:camera-lifecycle:1.1.0 " )
128- implementation(" androidx.camera:camera-view:1.1.0 " )
126+ implementation(" androidx.camera:camera-core:1.2.1 " )
127+ implementation(" androidx.camera:camera-camera2:1.2.1 " )
128+ implementation(" androidx.camera:camera-lifecycle:1.2.1 " )
129+ implementation(" androidx.camera:camera-view:1.2.1 " )
129130 testImplementation ' junit:junit:4.13.2'
130131 annotationProcessor ' com.jakewharton:butterknife-compiler:10.2.3'
131132}
0 commit comments