Skip to content

Commit

Permalink
gradle: Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Avinaba Dalal <d97.avinaba@gmail.com>
  • Loading branch information
corphish committed Mar 13, 2024
1 parent af8e200 commit 67d8a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "com.corphish.quicktools"
minSdk = 30
targetSdk = 34
versionCode = 5
versionName = "1.0.4"
versionCode = 6
versionName = "1.0.5"

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

0 comments on commit 67d8a0f

Please sign in to comment.