Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
puutaro committed Feb 4, 2023
1 parent 10a3b29 commit d365d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
def applicationName = "CommandClick"
def versionMajor = 0
def versionMinor = 0
def versionPatch = 2
def versionPatch = 3

android {
namespace 'com.puutaro.commandclick'
Expand All @@ -17,7 +17,7 @@ android {
applicationId "com.puutaro.commandclick"
minSdk 27
targetSdk 33
versionCode 2
versionCode 3
versionName "${versionMajor}.${versionMinor}.${versionPatch}"

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

0 comments on commit d365d28

Please sign in to comment.