Skip to content

Commit

Permalink
Update Target SDK Version to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
russellbanks committed Aug 18, 2023
1 parent 0cab269 commit daaefd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ plugins {
android {
namespace = "org.bandev.buddhaquotes"

compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "org.bandev.buddhaquotes"
minSdk = 21
targetSdk = 33
targetSdk = 34
versionCode = 1015
versionName = "3.0.0"
}
Expand Down

0 comments on commit daaefd9

Please sign in to comment.