This commit is contained in:
Yair Morgenstern 2020-01-09 00:40:41 +02:00
commit e6e6ed0aa4
3 changed files with 3 additions and 4 deletions

View File

@ -50,8 +50,7 @@ If not, you can help by spreading the word - vote for Unciv where you can, menti
If you REALLY want to donate for some reason, I have a Patreon page [here!](https://www.patreon.com/yairm210) If you REALLY want to donate for some reason, I have a Patreon page [here!](https://www.patreon.com/yairm210)
If you want to mod, see [here!](https://github.com/yairm210/Unciv/wiki/Mods)
## [Adding a new Civ](https://github.com/yairm210/Unciv/wiki/Making-a-new-Civilization)
# FAQ # FAQ

View File

@ -946,7 +946,7 @@ Clear resource = Effacer les ressources
Requires = Requiert Requires = Requiert
Menu = Menu Menu = Menu
# Requires translation! # Requires translation!
Brush Size = Brush Size = Taille de Brosse
# Civilopedia Tutorials names # Civilopedia Tutorials names

View File

@ -22,7 +22,7 @@ android {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 29 targetSdkVersion 29
versionCode 360 versionCode 360
versionName "3.4.9" versionName "3.5.0"
archivesBaseName = "Unciv" archivesBaseName = "Unciv"
} }