Hopefully resolved #7663 by upgrading androidx.work version

This commit is contained in:
Yair Morgenstern
2022-08-14 14:36:12 +03:00
committed by GitHub
parent 202e0bcf47
commit 87c1662462
2 changed files with 3 additions and 3 deletions

View File

@ -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"