Skip to content

Commit ce50828

Browse files
committed
3.5.5-patch1
1 parent 32e3cb2 commit ce50828

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId "com.unciv.app"
2222
minSdkVersion 14
2323
targetSdkVersion 29
24-
versionCode 366
25-
versionName "3.5.5"
24+
versionCode 367
25+
versionName "3.5.5-patch1"
2626

2727
archivesBaseName = "Unciv"
2828
}

core/src/com/unciv/ui/worldscreen/mainmenu/WorldScreenMenuPopup.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,6 @@ class WorldScreenCommunityPopup(val worldScreen: WorldScreen) : Popup(worldScree
167167
remove()
168168
}
169169

170-
addButton("Patreon"){
171-
Gdx.net.openURI("https://www.patreon.com/yairm210")
172-
remove()
173-
}
174-
175170
addCloseButton()
176171

177172
open()

0 commit comments

Comments
 (0)