mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-20 04:38:18 +07:00
Hopefully resolved #7663 by upgrading androidx.work version
This commit is contained in:
@ -130,7 +130,7 @@ dependencies {
|
||||
// run `./gradlew build --scan` to see details
|
||||
// Known Android Lint warning: "GradleDependency"
|
||||
implementation("androidx.core:core-ktx:1.7.0")
|
||||
implementation("androidx.work:work-runtime-ktx:2.6.0")
|
||||
implementation("androidx.work:work-runtime-ktx:2.7.1")
|
||||
// Needed to convert e.g. Android 26 API calls to Android 21
|
||||
// If you remove this run `./gradlew :android:lintDebug` to ensure everything's okay.
|
||||
// If you want to upgrade this, check it's working by building an apk,
|
||||
|
@ -3,8 +3,8 @@ package com.unciv.build
|
||||
object BuildConfig {
|
||||
const val kotlinVersion = "1.7.0"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 747
|
||||
const val appVersion = "4.2.4"
|
||||
const val appCodeNumber = 748
|
||||
const val appVersion = "4.2.4-patch1"
|
||||
|
||||
const val gdxVersion = "1.11.0"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
|
Reference in New Issue
Block a user