Skip to content

Commit

Permalink
v1.2.1-rc1: updated minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Dec 10, 2020
1 parent f894c34 commit bec9750
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ads/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
compileSdkVersion 30

defaultConfig {
minSdkVersion 17
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion appintro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
android.defaultConfig.vectorDrawables.useSupportLibrary = true

defaultConfig {
minSdkVersion 17
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion bundledemoji/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {


defaultConfig {
minSdkVersion 17
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit bec9750

Please sign in to comment.