Skip to content

Commit

Permalink
app: 0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Salvo Giangreco <[email protected]>
  • Loading branch information
salvogiangri committed Aug 5, 2024
1 parent 40d4820 commit e6477fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<p align="center">
<img loading="lazy" src="readme-res/kp-readme-header.png" width="75%"/>
<br>
<a href="https://apt.izzysoft.de/fdroid/index/apk/io.mesalabs.knoxpatch"><img loading="lazy" src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" width="170"/></a>
<br>
<a href="https://github.com/salvogiangri/KnoxPatch/releases/latest"><img loading="lazy" src="https://img.shields.io/github/v/release/salvogiangri/KnoxPatch?style=flat-square"/></a>
<img loading="lazy" src="https://img.shields.io/github/repo-size/salvogiangri/KnoxPatch?style=flat-square"/>
<a href="https://tooomm.github.io/github-release-stats/?username=salvogiangri&repository=KnoxPatch"><img loading="lazy" src="https://img.shields.io/github/downloads/salvogiangri/KnoxPatch/total?style=flat-square"/></a>
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ private var commitHash: String? = ""
object Config {
private const val VERSION_MAJOR = 0
private const val VERSION_MINOR = 7
private const val VERSION_PATCH = 0
private const val VERSION_PATCH = 1

val versionName: String
get() {
Expand Down

0 comments on commit e6477fa

Please sign in to comment.