We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df33ba commit 8341ab7Copy full SHA for 8341ab7
2 files changed
app_pojavlauncher/build.gradle
@@ -7,7 +7,7 @@ static def getDate() { return new Date().format('yyyyMMdd') }
7
def getVersionName = {
8
// Get the last version tag, as well as the short head of the last commit
9
ByteArrayOutputStream TAG = new ByteArrayOutputStream()
10
- String semVer = "1.1.1"
+ String semVer = "1.1.2"
11
// Used by the fallback for github actions
12
ByteArrayOutputStream TAG_PART_COMMIT = new ByteArrayOutputStream()
13
String TAG_STRING
app_pojavlauncher/libs/krypton_wrapper-release.aar
437 Bytes
0 commit comments