Skip to content

Commit

Permalink
Refactor api level lowered to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
hall9zeha committed May 24, 2023
1 parent d3c93da commit 92fb6a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DotsLoadingView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
compileSdk 33

defaultConfig {
minSdk 22
minSdk 21
targetSdk 33

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {

defaultConfig {
applicationId "com.barryzeha.dotsloading"
minSdk 22
minSdk 21
targetSdk 33
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 92fb6a3

Please sign in to comment.