2 Commits

Author SHA1 Message Date
l-jonas 0fb7a9e93d Release 0.3.4 2018-11-13 07:33:03 +01:00
l-jonas 1b4205b04a Update library version to fix proguard warnings 2018-11-13 07:30:36 +01:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ android {
applicationId "net.syncthing.lite"
minSdkVersion 21
targetSdkVersion 26
versionCode 13
versionName "0.3.3"
versionCode 14
versionName "0.3.4"
multiDexEnabled true
playAccountConfig = playAccountConfigs.defaultAccountConfig
}
+1 -1
View File
@@ -4,7 +4,7 @@ buildscript {
ext.kotlin_version = '1.3.0'
ext.support_version = '27.0.2'
ext.build_tools_version = '3.2.0'
ext.anko_version = '0.10.7'
ext.anko_version = '0.10.8'
ext.protobuf_lite_version = '3.0.1'
repositories {
mavenLocal()