diff --git a/app/build.gradle b/app/build.gradle index 5cde41680..05fe22d46 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,8 +21,8 @@ android { applicationId "com.orgzly" minSdkVersion 14 // Ice Cream Sandwich (4.0) targetSdkVersion 25 // Nougat (7.1) - versionCode 57 - versionName "1.4.11-beta.1" + versionCode 58 + versionName "1.4.11" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" buildConfigField "String", "DROPBOX_APP_KEY", properties.getProperty("dropbox.app_key", '""')