mirror of
				https://github.com/SimpleMobileTools/Simple-Notes.git
				synced 2025-06-05 17:00:23 +02:00 
			
		
		
		
	adding the bottom navigation bar color changing in Whats New
This commit is contained in:
		| @@ -753,6 +753,7 @@ class MainActivity : SimpleActivity() { | ||||
|             add(Release(49, R.string.release_49)) | ||||
|             add(Release(51, R.string.release_51)) | ||||
|             add(Release(57, R.string.release_57)) | ||||
|             add(Release(62, R.string.release_62)) | ||||
|             checkWhatsNew(this, BuildConfig.VERSION_CODE) | ||||
|         } | ||||
|     } | ||||
|   | ||||
| @@ -2,6 +2,7 @@ | ||||
| <resources> | ||||
|  | ||||
|     <!-- Release notes --> | ||||
|     <string name="release_62">Allow customizing the bottom navigation bar color</string> | ||||
|     <string name="release_57">Added a Checklist type of note</string> | ||||
|     <string name="release_51">Allow creating separate widgets per notes</string> | ||||
|     <string name="release_49">Added undo/redo</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user