We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e3cb2 commit ce50828Copy full SHA for ce50828
android/build.gradle
@@ -21,8 +21,8 @@ android {
21
applicationId "com.unciv.app"
22
minSdkVersion 14
23
targetSdkVersion 29
24
- versionCode 366
25
- versionName "3.5.5"
+ versionCode 367
+ versionName "3.5.5-patch1"
26
27
archivesBaseName = "Unciv"
28
}
core/src/com/unciv/ui/worldscreen/mainmenu/WorldScreenMenuPopup.kt
@@ -167,11 +167,6 @@ class WorldScreenCommunityPopup(val worldScreen: WorldScreen) : Popup(worldScree
167
remove()
168
169
170
- addButton("Patreon"){
171
- Gdx.net.openURI("https://www.patreon.com/yairm210")
172
- remove()
173
- }
174
-
175
addCloseButton()
176
177
open()
0 commit comments