0.9.33
This commit is contained in:
@ -1,3 +1,6 @@
|
|||||||
|
0.9.33 / 2018-02-18
|
||||||
|
* Translation updates
|
||||||
|
|
||||||
0.9.32 / 2017-11-28
|
0.9.32 / 2017-11-28
|
||||||
* Fixed "Application Not Responding" error when restarting all tunnels
|
* Fixed "Application Not Responding" error when restarting all tunnels
|
||||||
* Fixed crashes when:
|
* Fixed crashes when:
|
||||||
|
@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
|
|||||||
android {
|
android {
|
||||||
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION as String)
|
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION as String)
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode 4745239
|
versionCode 4745240
|
||||||
versionName "$I2P_VERSION"
|
versionName "$I2P_VERSION"
|
||||||
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)
|
||||||
|
@ -11,6 +11,6 @@ POM_DEVELOPER_ID=str4d
|
|||||||
POM_DEVELOPER_NAME=str4d
|
POM_DEVELOPER_NAME=str4d
|
||||||
POM_DEVELOPER_EMAIL=str4d@i2pmail.org
|
POM_DEVELOPER_EMAIL=str4d@i2pmail.org
|
||||||
|
|
||||||
I2P_VERSION=0.9.32
|
I2P_VERSION=0.9.33
|
||||||
ANDROID_BUILD_TARGET_SDK_VERSION=25
|
ANDROID_BUILD_TARGET_SDK_VERSION=25
|
||||||
ANDROID_BUILD_SDK_VERSION=25
|
ANDROID_BUILD_SDK_VERSION=25
|
||||||
|
Reference in New Issue
Block a user