Skip to content

Commit

Permalink
APK version v1.19.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Mar 16, 2022
1 parent 0cd20ff commit a26dd1f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion App_build_and_release.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ REM
echo [INFO] Let's prepare a new "%SYNCTHING_RELEASE_KEY_ALIAS%" release.
REM
echo [INFO] Checking release prerequisites ...
IF NOT EXIST "%ANDROID_PUBLISHER_CREDENTIALS%" echo [ERROR] ANDROID_PUBLISHER_CREDENTIALS file not found. Please retry. & goto :checkPrerequisites
IF NOT EXIST "%ANDROID_PUBLISHER_CREDENTIALS%" echo [ERROR] ANDROID_PUBLISHER_CREDENTIALS file not found. Please retry. & pause & goto :checkPrerequisites
FOR /F "tokens=*" %%i in ('type "%ANDROID_PUBLISHER_CREDENTIALS%" 2^>NUL:') DO SET ANDROID_PUBLISHER_CREDENTIALS=%%i
REM
REM User has to enter the signing password if it is not filled in here.
Expand Down
10 changes: 4 additions & 6 deletions app/src/main/play/release-notes/en-GB/beta.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ Enhanced

Fixes
--
-


Others
--
-
- Logs no longer written to external sdcard (#817)
- Theme applied after config import (#852)
- Accept custom device relay address (#882)
- Improve charging status detection (#875)
10 changes: 4 additions & 6 deletions app/src/main/play/release-notes/en-GB/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ Enhanced

Fixes
--
-


Others
--
-
- Logs no longer written to external sdcard (#817)
- Theme applied after config import (#852)
- Accept custom device relay address (#882)
- Improve charging status detection (#875)
2 changes: 1 addition & 1 deletion app/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ ext {
versionMajor = 1
versionMinor = 19
versionPatch = 1
versionWrapper = 0
versionWrapper = 1
}

0 comments on commit a26dd1f

Please sign in to comment.