diff --git a/README.md b/README.md index 73b94056..7662aa8c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License: MPLv2](https://img.shields.io/badge/License-MPLv2-blue.svg)](https://opensource.org/licenses/MPL-2.0) - + # Major enhancements in this fork are: diff --git a/app/build.gradle b/app/build.gradle index ded54672..fbf8f4c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 1000017 - versionName "1.0.0.17" + versionCode 1000018 + versionName "1.0.0.18" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig