Skip to content

Commit

Permalink
Bump versions for 1.9.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed Jan 26, 2021
1 parent 30dfd6e commit c4a43a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ object deps {
const val googleApiClient = "1.30.9"
const val paging = "3.0.0-alpha11"
const val room = "2.3.0-alpha04"
const val libretrodroid = "c56ded975"
const val radialgamepad = "8f2ec40e5"
const val libretrodroid = "0.5.4"
const val radialgamepad = "0.3.0"
}

object libs {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CoreManagerImpl(

// This is the last tagged versions of cores.
companion object {
private val CORES_VERSION = "1.9.0-beta1"
private val CORES_VERSION = "1.9.0"
}

private val baseUri = Uri.parse("https://github.com/")
Expand Down
4 changes: 2 additions & 2 deletions lemuroid-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ plugins {

android {
defaultConfig {
versionCode = 109
versionName = "1.9.0-beta2"
versionCode = 110
versionName = "1.9.0"
applicationId = "com.swordfish.lemuroid"
}

Expand Down

0 comments on commit c4a43a8

Please sign in to comment.