commit dabbb1488a826f0f80e58b991a2aa2eae615bd6f
parent 0389157471118adc366f0e813c05dc2ea967291c
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date:   Fri, 26 May 2023 16:46:02 +0200

build: v0.1.1

Diffstat:
Mapp/build.gradle | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/build.gradle b/app/build.gradle @@ -5,7 +5,7 @@ plugins { id 'org.jetbrains.kotlin.android' } -def appVersionName = "0.1.0" +def appVersionName = "0.1.1" def appVersionCode = 1 def lspatchReleaseUrl = "https://api.github.com/repos/LSPosed/LSPatch/releases/latest"