Skip to content

Commit

Permalink
set targetSdkVersion to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
nuss committed Jan 6, 2024
1 parent 5778796 commit c5fce45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "net.videosc"
minSdkVersion 16
targetSdkVersion 33
targetSdkVersion 34
versionCode 19
versionName "2.0alpha4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion netP5android/build.gradle
Expand Up @@ -8,7 +8,7 @@ android {

defaultConfig {
minSdkVersion 16
targetSdkVersion 33
targetSdkVersion 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down
2 changes: 1 addition & 1 deletion oscP5android/build.gradle
Expand Up @@ -8,7 +8,7 @@ android {

defaultConfig {
minSdkVersion 16
targetSdkVersion 33
targetSdkVersion 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit c5fce45

Please sign in to comment.