We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbbeb9 commit c7203d4Copy full SHA for c7203d4
app/build.gradle
@@ -4,11 +4,11 @@ apply plugin: 'kotlin-android'
4
android {
5
namespace "com.yoti.mobile.android.sdk.yotidocscan.sample"
6
7
- compileSdk 33
+ compileSdk 34
8
defaultConfig {
9
applicationId "com.yoti.mobile.android.sdk.yotidocscan.sample"
10
minSdkVersion 21
11
- targetSdkVersion 33
+ targetSdkVersion 34
12
versionCode 410
13
versionName "4.1.0"
14
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
build.gradle
@@ -1,7 +1,7 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3
buildscript {
- ext.kotlin_version = '1.8.10'
+ ext.kotlin_version = '1.9.20'
repositories {
google()
mavenCentral()
0 commit comments