Skip to content

Commit

Permalink
Bump app version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed Jun 18, 2024
1 parent ff17e7b commit f9ad6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lemuroid-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ plugins {

android {
defaultConfig {
versionCode = 208
versionName = "1.16.0-beta2" // Always remember to update Cores Tag!
versionCode = 210
versionName = "1.16.0" // Always remember to update Cores Tag!
applicationId = "com.swordfish.lemuroid"
}
flavorDimensions += listOf("opensource", "cores")
Expand Down

0 comments on commit f9ad6da

Please sign in to comment.