mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-12 08:49:22 +07:00
3.5.5-patch1
This commit is contained in:
@ -21,8 +21,8 @@ android {
|
|||||||
applicationId "com.unciv.app"
|
applicationId "com.unciv.app"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 366
|
versionCode 367
|
||||||
versionName "3.5.5"
|
versionName "3.5.5-patch1"
|
||||||
|
|
||||||
archivesBaseName = "Unciv"
|
archivesBaseName = "Unciv"
|
||||||
}
|
}
|
||||||
|
@ -167,11 +167,6 @@ class WorldScreenCommunityPopup(val worldScreen: WorldScreen) : Popup(worldScree
|
|||||||
remove()
|
remove()
|
||||||
}
|
}
|
||||||
|
|
||||||
addButton("Patreon"){
|
|
||||||
Gdx.net.openURI("https://www.patreon.com/yairm210")
|
|
||||||
remove()
|
|
||||||
}
|
|
||||||
|
|
||||||
addCloseButton()
|
addCloseButton()
|
||||||
|
|
||||||
open()
|
open()
|
||||||
|
Reference in New Issue
Block a user