Skip to content

Commit

Permalink
Bump version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanGIG committed Mar 5, 2023
1 parent c7c931e commit 01f1698
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ plugins {
id 'kotlin-android'
id 'kotlin-parcelize'
}

//https://gist.github.com/paramsen/4a92c9230d799caeb3b90897da27a80c
static def generateVersionCode() {
def result = "git rev-list HEAD --count".execute().text.trim() //unix
Expand All @@ -20,7 +21,7 @@ android {
minSdk 21
targetSdk 33
versionCode generateVersionCode()
versionName "0.0.3"
versionName "0.0.4"
}

signingConfigs {
Expand Down Expand Up @@ -81,8 +82,8 @@ dependencies {

//Root
def libsuVersion = '5.0.4'
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"
implementation "com.github.topjohnwu.libsu:service:${libsuVersion}"
implementation "com.github.topjohnwu.libsu:core:$libsuVersion"
implementation "com.github.topjohnwu.libsu:service:$libsuVersion"

//Storage Helper
implementation "com.anggrayudi:storage:1.5.4"
Expand Down

0 comments on commit 01f1698

Please sign in to comment.