Changed the basic click because the other one decided to stop working

This commit is contained in:
Yair Morgenstern 2018-12-17 19:37:00 +02:00
parent 94fd43f422
commit 30734c7287
3 changed files with 3 additions and 3 deletions

View file

@ -395,7 +395,7 @@ All the following are from [the Noun Project](https://thenounproject.com) licenc
Sounds are from FreeSound.org and are either Creative Commons or Public Domain
* [Click 01_Minimal UI Sounds](https://freesound.org/people/cabled_mess/sounds/370962/) By cabled_mess as 'click' for most clicks
* [Soft two-fingered snap](https://freesound.org/people/EathanMarkson/sounds/388958/) By EathanMarkson as 'click' for most clicks
* [Pencil1](https://freesound.org/people/stijn/sounds/43673/) By stijn as 'paper' for opening and closing the tech picker
* [SawInOut01](https://freesound.org/people/kingof_thelab/sounds/340243/) By kingof_thelab for construction picking?
* [Chain Snare #1](https://freesound.org/people/lovesbody/sounds/322079/) By lovesbody as 'fortify'

Binary file not shown.

View file

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.game"
minSdkVersion 14
targetSdkVersion 28
versionCode 180
versionName "2.10.16"
versionCode 181
versionName "2.11.0"
}
// Had to add this crap for Travis to build, it wanted to sign the app