Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimjio committed Jun 19, 2023
1 parent 665bc27 commit cce68e3
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,7 @@ ext {
moduleName = "UmamusumeLocalify"
moduleAuthor = "Kimjio"
moduleDescription = "umamusume-localify"
moduleVersion = "2.17.0"
moduleVersionCode = 28
moduleVersion = "2.17.1"
moduleVersionCode = 29
moduleUpdateJson = "https://raw.githubusercontent.com/Kimjio/umamusume-localify-android/main/update"

// Riru
/* Minimal supported Riru API version, used in the version check of riru.sh */
moduleMinRiruApiVersion = 24

/* The version name of minimal supported Riru, used in the version check of riru.sh */
moduleMinRiruVersionName = "v24.0.0"

/* Maximum supported Riru API version, used in the version check of riru.sh */
moduleRiruApiVersion = 26
}

0 comments on commit cce68e3

Please sign in to comment.