Skip to content

Commit

Permalink
bump new version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vitas committed Mar 10, 2021
1 parent 6f6f414 commit 5d50c3b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ apply plugin: 'com.android.application'

android {
defaultConfig {
versionCode 2
versionName "1.2"
versionCode 3
versionName "1.3"
}
compileSdkVersion 30
buildToolsVersion "30.0.0"
defaultConfig {
applicationId "com.pitchgauge.j9pr.pitchgauge"
minSdkVersion 21
targetSdkVersion 30
versionCode 2
versionName "1.2"
versionCode 3
versionName "1.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Dec 05 18:54:33 CET 2020
#Wed Mar 10 21:06:21 CET 2021
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip

0 comments on commit 5d50c3b

Please sign in to comment.