Compare commits

...

1 Commits

Author SHA1 Message Date
str4d
917742847a 0.9.29 2017-03-27 03:31:16 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
0.9.29 / 2017-03-27
* Dependency and translation updates
0.9.28 / 2017-01-02
* Bug fixes and translation updates

View File

@@ -5,7 +5,7 @@ android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION as String)
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION as String
defaultConfig {
versionCode 4745235
versionCode 4745236
versionName "$I2P_VERSION"
minSdkVersion 9
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)