Skip to content

Commit

Permalink
Update versionCode
Browse files Browse the repository at this point in the history
  • Loading branch information
HChenX committed Aug 24, 2023
1 parent 6c72517 commit fe6c99a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
Properties properties = new Properties()
InputStream inputStream = project.rootProject.file('local.properties').newDataInputStream()
properties.load(inputStream)

def keyKeyStoreFile = file(properties.getProperty('keyStoreFile'))
def keyKeyStorePassword = properties.getProperty('keyStorePassword')
def keyKeyAlias = properties.getProperty('keyAlias')
Expand All @@ -29,8 +29,8 @@ android {
minSdk 26
//noinspection OldTargetApi
targetSdk 33
versionCode 1
versionName "1.0"
versionCode 5
versionName "3.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
signingConfig signingConfigs.release
Expand Down

0 comments on commit fe6c99a

Please sign in to comment.