66}
77
88buildscript {
9- ext. kotlin_version = project. hasProperty(" kotlin_version" ) ? rootProject. ext. kotlin_version : ' 1.9.22 '
9+ ext. kotlin_version = project. hasProperty(" kotlin_version" ) ? rootProject. ext. kotlin_version : ' 1.9.24 '
1010 repositories {
1111 maven {
1212 url ' https://pkgs.dev.azure.com/OutSystemsRD/9e79bc5b-69b2-4476-9ca5-d67594972a52/_packaging/PublicArtifactRepository/maven/v1'
@@ -26,7 +26,7 @@ buildscript {
2626 }
2727 }
2828 dependencies {
29- classpath ' com.android.tools.build:gradle:8.7.1 '
29+ classpath ' com.android.tools.build:gradle:8.7.2 '
3030 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
3131 }
3232}
@@ -54,8 +54,8 @@ android {
5454 abortOnError false
5555 }
5656 compileOptions {
57- sourceCompatibility JavaVersion . VERSION_17
58- targetCompatibility JavaVersion . VERSION_17
57+ sourceCompatibility JavaVersion . VERSION_21
58+ targetCompatibility JavaVersion . VERSION_21
5959 }
6060}
6161
@@ -78,20 +78,20 @@ repositories {
7878dependencies {
7979 // implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'])
8080 // noinspection GradleDynamicVersion
81- implementation " com.github.outsystems:osbarcode-android:1.1.3 @aar"
81+ implementation " com.github.outsystems:osbarcode-android:1.2.0 @aar"
8282 implementation project(' :capacitor-android' )
8383 implementation " androidx.appcompat:appcompat:$androidxAppCompatVersion "
84- implementation ' androidx.activity:activity-ktx:1.8.2 '
85- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4 '
86- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 '
84+ implementation ' androidx.activity:activity-ktx:1.9.3 '
85+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.3 '
86+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3 '
8787 implementation ' com.google.zxing:core:3.4.1'
88- implementation ' com.google.mlkit:barcode-scanning:17.2 .0'
89- implementation ' androidx.camera:camera-camera2:1.3.1 '
90- implementation ' androidx.camera:camera-lifecycle:1.3.1 '
91- implementation ' androidx.camera:camera-view:1.3.1 '
92- implementation ' androidx.activity:activity-compose:1.8.2 '
93- implementation ' androidx.compose.material3:material3:1.1.2 '
94- implementation ' androidx.compose.material3:material3-window-size-class:1.1.2 '
88+ implementation ' com.google.mlkit:barcode-scanning:17.3 .0'
89+ implementation ' androidx.camera:camera-camera2:1.4.0 '
90+ implementation ' androidx.camera:camera-lifecycle:1.4.0 '
91+ implementation ' androidx.camera:camera-view:1.4.0 '
92+ implementation ' androidx.activity:activity-compose:1.9.3 '
93+ implementation ' androidx.compose.material3:material3:1.3.1 '
94+ implementation ' androidx.compose.material3:material3-window-size-class:1.3.1 '
9595 testImplementation " junit:junit:$junitVersion "
9696 androidTestImplementation " androidx.test.ext:junit:$androidxJunitVersion "
9797 androidTestImplementation " androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion "
0 commit comments