mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 09:48:12 +07:00
Uranium revealing tech changed to Nuclear Fission
This commit is contained in:
@ -115,7 +115,7 @@
|
||||
{
|
||||
name:"Uranium",
|
||||
resourceType:"Strategic",
|
||||
revealedBy:"Atomic Theory",
|
||||
revealedBy:"Nuclear Fission",
|
||||
terrainsCanBeFoundOn:["Plains","Desert","Tundra","Hill","Snow","Forest","Desert","Marsh","Grassland"],
|
||||
production:1,
|
||||
improvement:"Mine",
|
||||
|
@ -21,8 +21,8 @@ android {
|
||||
applicationId "com.unciv.game"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 28
|
||||
versionCode 184
|
||||
versionName "2.11.2"
|
||||
versionCode 185
|
||||
versionName "2.11.3"
|
||||
}
|
||||
|
||||
// Had to add this crap for Travis to build, it wanted to sign the app
|
||||
|
Reference in New Issue
Block a user