Skip to content

Commit

Permalink
Updates minSdkVersion to 19.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 578502682
  • Loading branch information
google-ima-devrel-bot authored and IMA Developer Relations committed Nov 1, 2023
1 parent 11036c1 commit fd27647
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 fd27647

Please sign in to comment.