Skip to content

Commit 063559a

Browse files
Bump version to 2.99.1
Signed-off-by: Keith Conger <keith.conger@blackboxembedded.com>
1 parent 6e6e9a5 commit 063559a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)