mirror of
				https://github.com/SimpleMobileTools/Simple-Draw.git
				synced 2025-06-05 21:59:17 +02:00 
			
		
		
		
	adding optional zoom in release notes
This commit is contained in:
		| @@ -41,7 +41,7 @@ android { | ||||
| } | ||||
|  | ||||
| dependencies { | ||||
|     implementation 'com.simplemobiletools:commons:4.7.0' | ||||
|     implementation 'com.simplemobiletools:commons:4.7.1' | ||||
| } | ||||
|  | ||||
| Properties props = new Properties() | ||||
|   | ||||
| @@ -457,6 +457,7 @@ class MainActivity : SimpleActivity(), CanvasListener { | ||||
|         arrayListOf<Release>().apply { | ||||
|             add(Release(18, R.string.release_18)) | ||||
|             add(Release(20, R.string.release_20)) | ||||
|             add(Release(38, R.string.release_38)) | ||||
|             checkWhatsNew(this, BuildConfig.VERSION_CODE) | ||||
|         } | ||||
|     } | ||||
|   | ||||
| @@ -2,6 +2,7 @@ | ||||
| <resources> | ||||
|  | ||||
|     <!-- Release notes --> | ||||
|     <string name="release_38">Added optional zooming, has to be enabled in the app settings</string> | ||||
|     <string name="release_20">Added an Eraser</string> | ||||
|     <string name="release_18"> | ||||
|         Added app color theme customization\n | ||||
|   | ||||
		Reference in New Issue
	
	Block a user