Skip to content

Commit

Permalink
👕 change minSdk to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Jun 20, 2023
1 parent bf75181 commit 7f26e52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rebugger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
}

defaultConfig {
minSdk 24
minSdk 21
targetSdk 33

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -59,7 +59,7 @@ publishing {
release(MavenPublication) {
groupId = 'com.github.theapache64'
artifactId = 'rebugger'
version = '1.0.0-alpha04'
version = '1.0.0-alpha06'

afterEvaluate {
from components.release
Expand Down

0 comments on commit 7f26e52

Please sign in to comment.