Skip to content

Commit

Permalink
increase targetSdkVersion from 30 to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
basti564 committed May 21, 2023
1 parent 8b2dca8 commit 55b7985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ android {
defaultConfig {
applicationId "com.bos.oculess"
minSdkVersion 23
targetSdkVersion 30
versionCode 11
versionName "1.3.5"
targetSdkVersion 33

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 55b7985

Please sign in to comment.