Skip to content
This repository was archived by the owner on Jun 20, 2021. It is now read-only.

Commit d60edc4

Browse files
Release tag: v5.2
Signed-off-by: sunilpaulmathew <sunil.kde@gmail.com>
1 parent cdae681 commit d60edc4

8 files changed

Lines changed: 20 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Smart Flasher
22

3-
[![](https://img.shields.io/badge/Smart%20Flasher-v5.1-green)](https://play.google.com/store/apps/details?id=com.smartpack.smartflasher)
3+
[![](https://img.shields.io/badge/Smart%20Flasher-v5.2-green)](https://play.google.com/store/apps/details?id=com.smartpack.smartflasher)
44
![](https://img.shields.io/github/contributors/smartpack/SmartFlasher)
55
![](https://img.shields.io/github/license/smartpack/SmartFlasher)
66

@@ -12,9 +12,9 @@
1212
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png"
1313
alt=""
1414
height="80">](https://play.google.com/store/apps/details?id=com.smartpack.smartflasher)
15-
[<img src="https://i.ibb.co/q0mdc4Z/get-it-on-github.png"
16-
alt=""
17-
height="80">](https://github.com/SmartPack/SmartFlasher/blob/master/release/com.smartpack.smartflasher.apk?raw=true)
15+
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
16+
alt=""
17+
height="80">](https://f-droid.org/packages/com.smartpack.smartflasher)
1818

1919
## Requirements
2020
1. ROOT Access
@@ -45,6 +45,9 @@ If you like to appreciate my work, please consider donating to me (either via [P
4545
alt=""
4646
height="80">](https://ko-fi.com/sunilpaulmathew/)
4747

48+
## Translations
49+
Please help me to translate this application via [POEditor](https://poeditor.com/join/project?hash=FfSoHUrmwQ). You may also translate after downloading the original language string available [here](app/src/main/res/values/strings.xml).
50+
4851
## Credits
4952
* [Grarak](https://github.com/Grarak/), Kernel Adiutor, from where I took a lot of code
5053
* [topjohnwu](https://github.com/topjohnwu/), libsu

app/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/build
22
/release
33
/src/main/gen
4-
/release
4+
/play
55
*.jks

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.smartpack.smartflasher"
1919
minSdkVersion 23
2020
targetSdkVersion 29
21-
versionCode 42
22-
versionName "v5.1"
21+
versionCode 43
22+
versionName "v5.2"
2323
vectorDrawables.useSupportLibrary = true
2424
archivesBaseName = "$applicationId-v$versionName"
2525
signingConfig signingConfigs.release

app/src/main/assets/version.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

change-logs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change-logs
22

3+
## 42. March 14, 2020
4+
*Release-tag: v5.2*<br>
5+
Set target SDK to 29 to fix issues on Android 11. Updated Chinese traditional translations. Added links to POEditor translation page. Updated build tools. Miscellaneous changes.
6+
37
## 41. November 28, 2020
48
*Release-tag: v5.1*<br>
59
Largely improved auto-flashing. Flasher will now catch live output. Fixed crashing on some devices. Miscellaneous changes.

fastlane/metadata/android/en-US/changelogs/42.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* Set target SDK to 29 to fix issues on Android 11.
2+
* Updated Chinese traditional translations.
3+
* Added links to POEditor translation page.
4+
* Updated build tools.
5+
* Miscellaneous changes.
-2.05 MB
Binary file not shown.

0 commit comments

Comments
 (0)