Skip to content

Commit

Permalink
CSDK-2144: Setting API level 34 in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-daily committed Feb 13, 2024
1 parent c2ab351 commit 7b49f9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions starter-kit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 33

defaultConfig {
applicationId "co.daily.android.starterkit"
compileSdk 34
minSdkVersion 24
targetSdkVersion 33
targetSdkVersion 34

applicationId "co.daily.android.starterkit"
versionCode 1
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 7b49f9f

Please sign in to comment.