Bumped version to 1.11.0

This commit is contained in:
Simon Frei 2020-11-03 11:22:20 +01:00
parent 3858be65d4
commit cb03a7f772
No known key found for this signature in database
GPG Key ID: 7C31D23ECB1006F3
2 changed files with 3 additions and 3 deletions

View File

@ -40,8 +40,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 28
versionCode 4251
versionName "1.11.0-rc.3"
versionCode 4252
versionName "1.11.0"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}

View File

@ -1,2 +1,2 @@
* Add Internal Activity for QR Code Scanner ( https://github.com/syncthing/syncthing-android/pull/1556 )
* Update Syncthing to v1.11.0-rc.3 ( https://github.com/syncthing/syncthing/releases/tag/v1.11.0-rc.3 )
* Update Syncthing to v1.11.0 ( https://github.com/syncthing/syncthing/releases/tag/v1.11.0 )