Skip to content

Commit b05934e

Browse files
Version 1.9
Target API34 Update Camera-SDK 1.6.4 Signed-off-by: Keith Conger <keith.conger@blackboxembedded.com>
1 parent 1967485 commit b05934e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

app/build.gradle

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdk 33
4+
compileSdk 34
55
defaultConfig {
66
applicationId "com.blackboxembedded.wunderlinqinsta360"
77
minSdkVersion 24
8-
targetSdkVersion 33
9-
versionCode 9
10-
versionName "1.8"
8+
targetSdkVersion 34
9+
versionCode 10
10+
versionName "1.9"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {
@@ -25,18 +25,18 @@ android {
2525

2626
dependencies {
2727
implementation fileTree(dir: 'libs', include: ['*.jar'])
28-
implementation 'androidx.appcompat:appcompat:1.6.1'
28+
implementation 'androidx.appcompat:appcompat:1.7.0'
2929
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
30-
implementation 'com.google.android.material:material:1.9.0'
30+
implementation 'com.google.android.material:material:1.12.0'
3131
implementation 'com.pes.materialcolorpicker:library:1.2.5'
3232
implementation 'androidx.preference:preference:1.2.1'
3333
implementation 'com.rarepebble:colorpicker:3.0.1'
3434
implementation "androidx.cardview:cardview:1.0.0"
35-
implementation "androidx.lifecycle:lifecycle-viewmodel:2.5.1"
36-
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
37-
implementation 'com.arashivision.sdk:sdkcamera:1.6.0'
35+
implementation "androidx.lifecycle:lifecycle-viewmodel:2.8.3"
36+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3"
37+
implementation 'com.arashivision.sdk:sdkcamera:1.6.4'
3838
implementation 'com.arashivision.sdk:sdkmedia:1.5.7'
3939
testImplementation 'junit:junit:4.13.2'
40-
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
41-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
40+
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
41+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
4242
}

0 commit comments

Comments
 (0)