Skip to content

Commit 7249908

Browse files
committed
Update SyncthingNative to v1.9.0-rc.5 / APK 1.9.0.2
1 parent 2847671 commit 7249908

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![License: MPLv2](https://img.shields.io/badge/License-MPLv2-blue.svg)](https://opensource.org/licenses/MPL-2.0)
44
<a href="https://github.com/Catfriend1/syncthing-android/releases" alt="GitHub release"><img src="https://img.shields.io/github/release/Catfriend1/syncthing-android/all.svg" /></a>
55
<a href="https://f-droid.org/packages/com.github.catfriend1.syncthingandroid" alt="F-Droid release"><img src="https://img.shields.io/f-droid/v/com.github.catfriend1.syncthingandroid.svg" /></a>
6-
<a href="https://play.google.com/store/apps/details?id=com.github.catfriend1.syncthingandroid" alt="G-Play release"><img src="https://img.shields.io/badge/g--play-1.9.0.1-blue.svg" /></a>
6+
<a href="https://play.google.com/store/apps/details?id=com.github.catfriend1.syncthingandroid" alt="G-Play release"><img src="https://img.shields.io/badge/g--play-1.9.0.2-blue.svg" /></a>
77
<a href="https://liberapay.com/~1534877" alt="LiberaPay"><img src="https://img.shields.io/liberapay/patrons/Syncthing-Fork.svg?style=social" /></a>
88
<a href="https://www.somsubhra.com/github-release-stats/?username=Catfriend1&repository=syncthing-android" alt="GitHub Stats"><img src="https://img.shields.io/github/downloads/Catfriend1/syncthing-android/total.svg" /></a>
99
<a href="https://www.youtube.com/watch?v=rYHQzqSjKWQ" alt="Tutorial: Youtube-Video"><img src="https://img.shields.io/badge/Tutorial-Youtube--Video-blueviolet" /></a>

SyncthingNative_update_and_build.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ REM Script Consts.
99
SET CLEAN_BEFORE_BUILD=1
1010
SET SKIP_CHECKOUT_SRC=0
1111
SET USE_GO_DEV=0
12-
SET DESIRED_SUBMODULE_VERSION=v1.9.0-rc.4
12+
SET DESIRED_SUBMODULE_VERSION=v1.9.0-rc.5
1313
SET GRADLEW_PARAMS=-q
1414
REM
1515
REM Runtime Variables.

app/src/main/play/release-notes/en-GB/beta.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* Syncthing v1.9.0-rc.4
1+
* Syncthing v1.9.0-rc.5
22

33
Fixed
44
--

app/versions.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ ext {
22
versionMajor = 1
33
versionMinor = 9
44
versionPatch = 0
5-
versionWrapper = 1
5+
versionWrapper = 2
66
}

0 commit comments

Comments
 (0)