Skip to content

Commit c7203d4

Browse files
Set compile&target SDK version to 34 and upgrade Kotlin version to 1.9.20.
Related to DEP-597
1 parent 0cbbeb9 commit c7203d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ apply plugin: 'kotlin-android'
44
android {
55
namespace "com.yoti.mobile.android.sdk.yotidocscan.sample"
66

7-
compileSdk 33
7+
compileSdk 34
88
defaultConfig {
99
applicationId "com.yoti.mobile.android.sdk.yotidocscan.sample"
1010
minSdkVersion 21
11-
targetSdkVersion 33
11+
targetSdkVersion 34
1212
versionCode 410
1313
versionName "4.1.0"
1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.8.10'
4+
ext.kotlin_version = '1.9.20'
55
repositories {
66
google()
77
mavenCentral()

0 commit comments

Comments
 (0)