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 Feb 5, 2024
1 parent b18cdfc commit 71285b7
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 = 33
versionCode = 1
versionName = "1.0"
versionCode = 4
versionName = "1.0.3"

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

0 comments on commit 71285b7

Please sign in to comment.