File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ android {
55 defaultConfig {
66 applicationId " com.blackboxembedded.WunderLINQ"
77 minSdkVersion 26
8- targetSdkVersion 35
9- versionCode 209
10- versionName " 2.99"
8+ targetSdkVersion 36
9+ versionCode 210
10+ versionName " 2.99.1 "
1111 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1212 vectorDrawables. useSupportLibrary = true
1313 Properties properties = new Properties ()
@@ -46,7 +46,7 @@ dependencies {
4646 androidTestImplementation(' androidx.test.espresso:espresso-core:3.1.0' , {
4747 exclude group : ' com.android.support' , module : ' support-annotations'
4848 })
49- def camerax_version = " 1.4.2 "
49+ def camerax_version = " 1.5.0 "
5050 implementation " androidx.camera:camera-core:$camerax_version "
5151 implementation " androidx.camera:camera-camera2:$camerax_version "
5252 implementation " androidx.camera:camera-lifecycle:$camerax_version "
You can’t perform that action at this time.
0 commit comments