Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed Jun 18, 2024
2 parents e3dab54 + f9ad6da commit 49ebcb8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/java/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object deps {
const val serialization = "1.2.2"
const val fragment = "1.5.1"
const val activity = "1.7.2"
const val libretrodroid = "e18bdb67d"
const val libretrodroid = "0.11.1"
const val radialgamepad = "2.0.0"
const val composeBom = "2024.02.02"

Expand Down Expand Up @@ -125,8 +125,8 @@ object deps {
object play {
const val review = "com.google.android.play:review:2.0.0"
const val reviewKtx = "com.google.android.play:review-ktx:2.0.0"
const val featureDelivery = "com.google.android.play:feature-delivery:2.0.0"
const val featureDeliveryKtx = "com.google.android.play:feature-delivery-ktx:2.0.0"
const val featureDelivery = "com.google.android.play:feature-delivery:2.1.0"
const val featureDeliveryKtx = "com.google.android.play:feature-delivery-ktx:2.1.0"
const val playServices = "com.google.android.gms:play-services-auth:17.0.0"
const val coroutine = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class CoreUpdaterImpl(
) : CoreUpdater {
// This is the last tagged versions of cores.
companion object {
private const val CORES_VERSION = "1.16"
private const val CORES_VERSION = "1.16.1"
}

private val baseUri = Uri.parse("https://github.com/Swordfish90/LemuroidCores/")
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 @@ -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
Binary file modified lemuroid-metadata-libretro-db/src/main/assets/libretro-db.sqlite
Binary file not shown.

0 comments on commit 49ebcb8

Please sign in to comment.