diff --git a/app/build.gradle b/app/build.gradle index 624d1f2..9a91634 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.cringe_studios.code_guard" minSdk 21 targetSdk 34 - versionCode 8 - versionName "1.0.0_beta3" + versionCode 9 + versionName "1.0.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -73,8 +73,8 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.lifecycle:lifecycle-livedata:2.7.0' implementation 'androidx.lifecycle:lifecycle-viewmodel:2.7.0' - implementation 'androidx.navigation:navigation-fragment:2.7.6' - implementation 'androidx.navigation:navigation-ui:2.7.6' + implementation 'androidx.navigation:navigation-fragment:2.7.7' + implementation 'androidx.navigation:navigation-ui:2.7.7' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' @@ -82,9 +82,9 @@ dependencies { implementation 'com.cringe_studios:CringeAuthenticatorLibrary:1.6' implementation 'com.google.mlkit:barcode-scanning:17.2.0' implementation 'com.google.code.gson:gson:2.10.1' - implementation 'androidx.activity:activity:1.8.2' + implementation 'androidx.activity:activity:1.9.0' - def camerax_version = "1.3.1" + def camerax_version = "1.3.3" implementation "androidx.camera:camera-core:${camerax_version}" implementation "androidx.camera:camera-camera2:${camerax_version}" implementation "androidx.camera:camera-lifecycle:${camerax_version}"