Skip to content

Commit

Permalink
Android: build: bring compileSdk in line w/ targetSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Oct 15, 2024
1 parent 468dc2a commit 4562d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlin-parcelize'
apply plugin: 'kotlinx-serialization'

android {
compileSdkVersion 33
compileSdkVersion 34

defaultConfig {
applicationId "com.coboltforge.dontmind.multivnc"
Expand Down

0 comments on commit 4562d5a

Please sign in to comment.