Skip to content

Commit

Permalink
Version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawzygmunt committed Jun 30, 2019
1 parent 0f2125a commit cc3de5e
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 @@ -9,8 +9,8 @@ android {
applicationId "org.supla.android"
minSdkVersion Integer.parseInt(project.ANDROID_BUILD_MIN_SDK_VERSION)
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION)
versionCode 61
versionName "2.3.8"
versionCode 62
versionName "2.3.9"

sourceSets.main {
jniLibs.srcDir 'src/main/libs'
Expand Down

0 comments on commit cc3de5e

Please sign in to comment.