Skip to content

Commit

Permalink
App: Upgrade sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialKatana committed Feb 19, 2024
1 parent 0baa463 commit e8e4406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdk 34
compileSdkPreview "VanillaIceCream"
defaultConfig {
applicationId "net_62v.launcher"
minSdkVersion 21
targetSdk 34
targetSdkPreview "VanillaIceCream"
versionCode 1
versionName "1.0"
android {
Expand Down

0 comments on commit e8e4406

Please sign in to comment.