Skip to content

Commit

Permalink
Update version to 90 (1.6.2-beta.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Jan 13, 2018
1 parent ea156b5 commit 8824172
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 @@ -22,8 +22,8 @@ android {
applicationId "com.orgzly"
minSdkVersion 16 // JELLY_BEAN
targetSdkVersion 25 // Nougat (7.1)
versionCode 89
versionName "1.6.2-beta.3"
versionCode 90
versionName "1.6.2-beta.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

buildConfigField "String", "DROPBOX_APP_KEY", properties.getProperty("dropbox.app_key", '""')
Expand Down

0 comments on commit 8824172

Please sign in to comment.