Skip to content

Commit

Permalink
match version with tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sduduzog committed Sep 1, 2020
1 parent 8aeeb90 commit c96ba4e
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -11,8 +11,8 @@ android {
applicationId = "com.sduduzog.slimlauncher"
minSdkVersion(21)
targetSdkVersion(30)
versionName = "2.4.10"
versionCode = 47
versionName = "2.4.14"
versionCode = 48
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables{useSupportLibrary = true}
signingConfigs {
Expand Down
Binary file removed app/release/app.aab
Binary file not shown.

0 comments on commit c96ba4e

Please sign in to comment.