Skip to content

Commit

Permalink
feat(Gradle): support older operating systems of Android (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yimura authored Sep 17, 2024
1 parent 803c25f commit b72b995
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 @@ -17,10 +17,10 @@ android {

defaultConfig {
applicationId = "sh.damon.fridamgr"
minSdk = 31
minSdk = 29
targetSdk = 34
versionCode = 3
versionName = "0.1.2"
versionCode = 4
versionName = "0.1.3"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit b72b995

Please sign in to comment.