Skip to content

Commit

Permalink
Downgraded min sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshsolanki committed May 27, 2022
1 parent 24b5427 commit 59e816a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<h1 align="center">Android Tamper Detector</h1>
<p align="center">
<a href="https://codeclimate.com/github/mukeshsolanki/Android-Tamper-Detector/maintainability"><img src="https://api.codeclimate.com/v1/badges/cbcf70f1f6dd85432504/maintainability" /></a>
<a href="https://www.codacy.com/app/mukeshsolanki/Android-Tamper-Detector?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=mukeshsolanki/Android-Tamper-Detector&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/c86e3c0ade6849ff9b10b3b06591a75c"/></a>
<a href="https://jitpack.io/#mukeshsolanki/Android-Tamper-Detector"> <img src="https://jitpack.io/v/mukeshsolanki/Android-Tamper-Detector/month.svg" /></a>
<a href="https://jitpack.io/#mukeshsolanki/Android-Tamper-Detector"> <img src="https://jitpack.io/v/mukeshsolanki/Android-Tamper-Detector.svg" /></a>
<a href="https://github.com/mukeshsolanki/Android-Tamper-Detector/actions"> <img src="https://github.com/mukeshsolanki/Android-Tamper-Detector/workflows/Build/badge.svg" /></a>
Expand Down
2 changes: 1 addition & 1 deletion tamperdetector-no-op/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
compileSdk 32

defaultConfig {
minSdk 23
minSdk 21
targetSdk 32
consumerProguardFiles "consumer-rules.pro"
}
Expand Down
2 changes: 1 addition & 1 deletion tamperdetector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
publishNonDefault true
defaultPublishConfig 'release'
defaultConfig {
minSdk 23
minSdk 21
targetSdk 32
consumerProguardFiles "consumer-rules.pro"
}
Expand Down

0 comments on commit 59e816a

Please sign in to comment.