Skip to content

Commit

Permalink
Hello UpsideDownCake
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed Jun 8, 2023
1 parent 8a41fb7 commit 915d315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ val commitsCount by lazy { "git rev-list --count HEAD".exec().toInt() }

android {
namespace = "com.qhy040404.libraryonetap"
compileSdk = 33
compileSdk = 34
defaultConfig {
applicationId = "com.qhy040404.libraryonetap"
minSdk = 29
targetSdk = 33
targetSdk = 34
versionCode = commitsCount
versionName = baseVersionName

Expand Down

0 comments on commit 915d315

Please sign in to comment.