Skip to content

Commit

Permalink
Updates minSdkVersion to 19.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 577197664
  • Loading branch information
google-ima-devrel-bot authored and IMA Developer Relations committed Oct 27, 2023
1 parent e6e1a73 commit b5af399
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AdvancedExample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {

defaultConfig {
applicationId "com.google.ads.interactivemedia.v3.samples.videoplayerapp"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 33
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion ExoPlayerExample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {

defaultConfig {
applicationId "com.google.ads.interactivemedia.v3.samples.videoplayerapp"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 33
multiDexEnabled true
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion SampleVideoPlayer/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {

defaultConfig {
applicationId "com.google.ads.interactivemedia.v3.samples.videoplayerapp"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 33
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit b5af399

Please sign in to comment.