Skip to content

Commit

Permalink
Bump version and minSdk
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSmudja committed Nov 29, 2023
1 parent 1004843 commit e2a29c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ android {

defaultConfig {
applicationId = "com.lilstiffy.mockgps"
minSdk = 26
minSdk = 28
targetSdk = 34
versionCode = 1
versionName = "1.0"
versionCode = 2
versionName = "1.0.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit e2a29c0

Please sign in to comment.