Skip to content

Commit

Permalink
revert: set minSdk version to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Jun 22, 2022
1 parent 4d5f0b3 commit 7e0e33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {

defaultConfig {
applicationId "com.parsely.example.parselyexample"
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 32
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion parsely/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
compileSdkVersion 32

defaultConfig {
minSdkVersion 21
minSdkVersion 23
targetSdkVersion 32
}
buildTypes {
Expand Down

0 comments on commit 7e0e33a

Please sign in to comment.