Skip to content

Commit

Permalink
Change version number to 2.964
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Sep 3, 2019
1 parent 5041694 commit 3e9eb3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 28

versionName "2.963" // digits of the *fractional part* shall NOT be > than "9"
versionName "2.964" // digits of the *fractional part* shall NOT be > than "9"
versionCode buildNumber.toInteger()

// Third party devs: pls be ethical and change the below keys
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

buildNumber=23
buildNumber=24

android.useAndroidX=true
android.enableJetifier=true
Expand Down

0 comments on commit 3e9eb3d

Please sign in to comment.