aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-11-23 10:50:21 -0800
committerKenny Root <kenny@the-b.org>2015-11-23 10:57:10 -0800
commitec53b4ebf9dada910b113d6ee2d41cf7ed058287 (patch)
treed5d68f3015587273c62269a49c9f4d16412f2e81
parentad6eea68375db1353e59abf092f901bddbc1e8e3 (diff)
downloadconnectbot-ec53b4ebf9dada910b113d6ee2d41cf7ed058287.tar.gz
connectbot-ec53b4ebf9dada910b113d6ee2d41cf7ed058287.tar.bz2
connectbot-ec53b4ebf9dada910b113d6ee2d41cf7ed058287.zip
Release 1.9.0-alpha1
-rw-r--r--CHANGELOG.md4
-rw-r--r--app/build.gradle3
-rw-r--r--app/src/main/AndroidManifest.xml2
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 />