This commit is contained in:
str4d
2016-11-20 07:12:16 +00:00
parent 5703d8cc6d
commit dd579d4f5b
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
0.9.27 / 2016-11-20
* Removed kytv's IRC server from default tunnel list
* Translation updates
0.9.26 / 2016-06-13 / b003272c8b504bb0d904edca2e95359a57c9a52c 0.9.26 / 2016-06-13 / b003272c8b504bb0d904edca2e95359a57c9a52c
* Fixed "I2CP already listening" bug * Fixed "I2CP already listening" bug
* Fixed crash when adding tunnel to empty list * Fixed crash when adding tunnel to empty list

View File

@ -5,8 +5,8 @@ android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION as String) compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION as String)
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION as String buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION as String
defaultConfig { defaultConfig {
versionCode 4745233 versionCode 4745234
versionName '0.9.26' versionName '0.9.27'
minSdkVersion 9 minSdkVersion 9
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String) targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)