Skip to content

Commit

Permalink
Bump Target SDK to API level 33
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-stephenson committed Aug 22, 2023
1 parent 7321545 commit 4741e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 31
compileSdk 33
defaultConfig {
applicationId "org.fedorahosted.freeotp"
minSdkVersion 23
targetSdkVersion 31
targetSdkVersion 33
versionCode 42
versionName "2.0.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 4741e9c

Please sign in to comment.