Skip to content

Commit

Permalink
Target sdk 34
Browse files Browse the repository at this point in the history
  • Loading branch information
p1gp1g committed Dec 26, 2023
1 parent 6a704ed commit a227455
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ kotlin {
}

android {
compileSdk 33
buildToolsVersion '33.0.0'
compileSdk 34

defaultConfig {
minSdkVersion 16
targetSdk 33
versionCode 1
versionName "1.0.0-beta3"
targetSdk 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit a227455

Please sign in to comment.