Skip to content

Commit

Permalink
feat: android target 34
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Apr 3, 2024
1 parent 0be5355 commit 242c701
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared-mobile/App_Resources/Android/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ dependencies {
}

android {
compileSdkVersion 33
buildToolsVersion "33"
compileSdkVersion 34
buildToolsVersion "34"
// ndkVersion ""

defaultConfig {
minSdkVersion 23
targetSdkVersion 33
targetSdkVersion 34

// Version Information
versionCode 1
Expand Down

0 comments on commit 242c701

Please sign in to comment.