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