diff options
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | app/build.gradle | 3 | ||||
| -rw-r--r-- | app/src/main/AndroidManifest.xml | 2 | 
3 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ed0ab..88afcf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@  All notable changes to this project will be documented in this file.  This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased][unreleased] +## [1.9.0-alpha1][1.9.0-alpha1]  ### Changed  - Major Material Design overhaul of UI.  - Improved cut-and-paste interface. @@ -70,7 +70,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).  - Color picker color numbers are now localized -[unreleased]: https://github.com/connectbot/connectbot/compare/v1.8.6...HEAD +[1.9.0-alpha1]: https://github.com/connectbot/connectbot/compare/v1.8.6...v1.9.0-alpha1  [1.8.6]: https://github.com/connectbot/connectbot/compare/v1.8.5...v1.8.6  [1.8.5]: https://github.com/connectbot/connectbot/compare/v1.8.4...v1.8.5  [1.8.4]: https://github.com/connectbot/connectbot/compare/v1.8.3...v1.8.4 diff --git a/app/build.gradle b/app/build.gradle index 1e78113..9e35927 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,6 +41,9 @@ android {      defaultConfig {          applicationId "org.connectbot" +        versionName "1.9.0-alpha1" +        versionCode 19001 +          minSdkVersion 8          targetSdkVersion 23 diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ceaffd2..dd027bf 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -17,8 +17,6 @@  -->  <manifest xmlns:android="http://schemas.android.com/apk/res/android"  	package="org.connectbot" -	android:versionName="1.8.6" -	android:versionCode="376"  	android:installLocation="auto">  	<uses-sdk />  | 
