Skip to content

Commit

Permalink
Update orderfile sample to targetSdk 34.
Browse files Browse the repository at this point in the history
Fixes the lint task that's complaining that this app wouldn't be allowed
in Play.
  • Loading branch information
DanAlbert committed May 7, 2024
1 parent 9ccb9a9 commit 6f441dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orderfile/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {
}

android {
compileSdk 31
compileSdk 34

defaultConfig {
applicationId "com.example.orderfiledemo"
minSdk 21
targetSdk 31
targetSdk 34
versionCode 1
versionName "1.0"
ndkVersion '25.2.9519653'
Expand Down

0 comments on commit 6f441dd

Please sign in to comment.