Skip to content

Commit

Permalink
SDK Upgrade (#615)
Browse files Browse the repository at this point in the history
* Android SDK 34 Upgrade. Currently does not throw any errors but most likely requires further testing

* Android SDK 34 Upgrade. Currently does not throw any errors but most likely requires further testing
  • Loading branch information
baronhsieh2005 authored Apr 28, 2024
1 parent c277025 commit 0540b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PennMobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ android {
}
release {}
}
compileSdk 34
buildFeatures {
viewBinding true
}
compileSdkVersion 33
defaultConfig {
minSdkVersion 26
targetSdkVersion 33
targetSdkVersion 34
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
buildConfigField ("String", "PLATFORM_REDIRECT_URI", getPlatformRedirectUri())
Expand Down

0 comments on commit 0540b41

Please sign in to comment.