Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Downgrade minSdk to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
aviraxp committed Jul 6, 2024
1 parent 7a8fa60 commit 34f8c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {

defaultConfig {
applicationId = "io.github.aviraxp.keystoreinjection"
minSdk = 34
minSdk = 30
targetSdk = 35
versionCode = 10
versionName = "v0.1.0"
Expand Down

0 comments on commit 34f8c83

Please sign in to comment.