3.5.5-patch1
This commit is contained in:
parent
32e3cb2112
commit
ce50828cdb
2 changed files with 2 additions and 7 deletions
|
@ -21,8 +21,8 @@ android {
|
|||
applicationId "com.unciv.app"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 29
|
||||
versionCode 366
|
||||
versionName "3.5.5"
|
||||
versionCode 367
|
||||
versionName "3.5.5-patch1"
|
||||
|
||||
archivesBaseName = "Unciv"
|
||||
}
|
||||
|
|
|
@ -167,11 +167,6 @@ class WorldScreenCommunityPopup(val worldScreen: WorldScreen) : Popup(worldScree
|
|||
remove()
|
||||
}
|
||||
|
||||
addButton("Patreon"){
|
||||
Gdx.net.openURI("https://www.patreon.com/yairm210")
|
||||
remove()
|
||||
}
|
||||
|
||||
addCloseButton()
|
||||
|
||||
open()
|
||||
|
|
Loading…
Reference in a new issue