Bumped version to 1.11.0-rc.3

This commit is contained in:
Simon Frei 2020-10-22 13:32:28 +02:00
parent 6259d2812b
commit 3858be65d4
No known key found for this signature in database
GPG Key ID: 7C31D23ECB1006F3
2 changed files with 4 additions and 4 deletions

View File

@ -40,8 +40,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 28
versionCode 4250
versionName "1.11.0-rc.2.1"
versionCode 4251
versionName "1.11.0-rc.3"
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.2 ( https://github.com/syncthing/syncthing/releases/tag/v1.11.0-rc.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 )