Skip to content

Commit

Permalink
Merge pull request #14 from dailymotion/update-targetSdk
Browse files Browse the repository at this point in the history
Update targetSdk
  • Loading branch information
geoffreytan authored Apr 26, 2024
2 parents 6112c74 + 71b2676 commit 4a7330a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BasicExample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId "com.dailymotion.player.android.basicexample"
minSdk 24
targetSdk 33
targetSdk 34
versionCode 1
versionName "1.0"

Expand Down
2 changes: 1 addition & 1 deletion CustomFullscreen/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId "com.dailymotion.player.android.customfullscreen"
minSdk 24
targetSdk 33
targetSdk 34
versionCode 1
versionName "1.0"

Expand Down
2 changes: 1 addition & 1 deletion JetpackNavigationFullscreen/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
defaultConfig {
applicationId "com.dailymotion.player.android.jetpackfullscreen"
minSdk 24
targetSdk 33
targetSdk 34
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit 4a7330a

Please sign in to comment.