diff --git a/Credits.md b/Credits.md index c2d7ee84..84edeae7 100644 --- a/Credits.md +++ b/Credits.md @@ -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' diff --git a/android/assets/sounds/click.mp3 b/android/assets/sounds/click.mp3 index 6938cea6..8090a533 100644 Binary files a/android/assets/sounds/click.mp3 and b/android/assets/sounds/click.mp3 differ diff --git a/android/build.gradle b/android/build.gradle index ec82d7d4..811959e2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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