mirror of
				https://github.com/SimpleMobileTools/Simple-Keyboard.git
				synced 2025-06-05 21:49:26 +02:00 
			
		
		
		
	Fixed gradle version number, dependency implementation, and bool value.
On branch main Your branch is up to date with 'origin/main'. Changes to be committed: modified: app/build.gradle modified: app/src/fdroid/res/values/bools.xml modified: app/src/main/kotlin/com/simplemobiletools/keyboard/activities/SettingsActivity.kt
This commit is contained in:
		| @@ -16,8 +16,8 @@ android { | ||||
|         applicationId "com.simplemobiletools.keyboard" | ||||
|         minSdk 23 | ||||
|         targetSdk 31 | ||||
|         versionCode 7 | ||||
|         versionName "5.1.1" | ||||
|         versionCode 8 | ||||
|         versionName "5.1.2" | ||||
|         multiDexEnabled true | ||||
|         setProperty("archivesBaseName", "keyboard") | ||||
|         vectorDrawables.useSupportLibrary = true | ||||
| @@ -64,7 +64,7 @@ android { | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|     implementation 'com.github.SimpleMobileTools:Simple-Commons:e5a4973e6a' | ||||
|     implementation 'com.github.SimpleMobileTools:Simple-Commons:795a4ae3e3' | ||||
|  | ||||
|     kapt 'androidx.room:room-compiler:2.4.2' | ||||
|     implementation 'androidx.room:room-runtime:2.4.2' | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <resources> | ||||
|     <bool name="show_donate_in_about">true</bool> | ||||
|     <bool name="avoid_showing_rating_prompt">true</bool> | ||||
|     <bool name="hide_google_relations">true</bool> | ||||
|     <bool name="pretend_thank_you_installed">true</bool> | ||||
| </resources> | ||||
|   | ||||
| @@ -132,7 +132,7 @@ class SettingsActivity : SimpleActivity() { | ||||
|             LANGUAGE_GERMAN -> getString(R.string.translation_german) | ||||
|             LANGUAGE_RUSSIAN -> getString(R.string.translation_russian) | ||||
|             LANGUAGE_ENGLISH_QWERTZ -> "${getString(R.string.translation_english)} (QWERTZ)" | ||||
|             LANGUAGE_ENGLISH_DVORAK -> "${getString(R.string.translation_english)} (DVORAK)" | ||||
| 	    LANGUAGE_ENGLISH_DVORAK -> "${getString(R.string.translation_english)} (DVORAK)" | ||||
| 	    LANGUAGE_SPANISH -> getString(R.string.translation_spanish) | ||||
|             else -> "${getString(R.string.translation_english)} (QWERTY)" | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user