From 071b8c3aa103ff202b9d5b99a63c9bb04a85b5de Mon Sep 17 00:00:00 2001 From: Laurent Date: Wed, 22 May 2024 11:41:03 +0200 Subject: [PATCH] Bumps to 166 / 6.0.23 --- app/build.gradle | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 42c30a65..ec356957 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,16 +29,13 @@ android { jvmTarget = JavaVersion.VERSION_1_8 } - lintOptions { - disable 'MissingTranslation' - } defaultConfig { applicationId "net.pokeranalytics.android" minSdkVersion 23 targetSdkVersion 33 - versionCode 165 - versionName "6.0.22" + versionCode 166 + versionName "6.0.23" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -91,6 +88,10 @@ android { buildFeatures { viewBinding true } + namespace 'net.pokeranalytics.android' + lint { + disable 'MissingTranslation' + } } @@ -142,7 +143,7 @@ dependencies { implementation 'com.arthenica:ffmpeg-kit-min-gpl:4.4.LTS' // Camera - def camerax_version = "1.1.0-beta01" + def camerax_version = "1.1.0" implementation "androidx.camera:camera-core:${camerax_version}" implementation "androidx.camera:camera-camera2:${camerax_version}" implementation "androidx.camera:camera-lifecycle:${camerax_version}" @@ -165,7 +166,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.2' // Test - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' testImplementation 'com.android.support.test:runner:1.0.2' testImplementation 'com.android.support.test:rules:1.0.2'