Skip to content

Commit

Permalink
feat: Target Android 13 (API 33)
Browse files Browse the repository at this point in the history
Co-authored-by: Gus Narea <[email protected]>
  • Loading branch information
FilipeA and gnarea authored Feb 9, 2023
1 parent 3282558 commit 9dd8307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ repositories {
}

android {
compileSdkVersion 32
compileSdkVersion 33
ndkVersion '21.3.6528147'

defaultConfig {
applicationId "tech.relaycorp.gateway"

minSdkVersion 21

targetSdkVersion 32
targetSdkVersion 33
versionCode 1
versionName project.findProperty("versionName") ?: "0.1"

Expand Down

0 comments on commit 9dd8307

Please sign in to comment.