You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +02:00 
			
		
		
		
	Setup new release 3.2
This commit is contained in:
		| @@ -80,7 +80,7 @@ android { | ||||
|         minSdkVersion rootProject.ext.minSdkVersion | ||||
|         targetSdkVersion rootProject.ext.targetSdkVersion | ||||
| 		versionCode 2097753 | ||||
| 		versionName "3.1.5" | ||||
| 		versionName "3.2.0" | ||||
| 		ndk { | ||||
| 			abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64" | ||||
| 		} | ||||
|   | ||||
| @@ -557,7 +557,7 @@ | ||||
| 				INFOPLIST_FILE = Joplin/Info.plist; | ||||
| 				IPHONEOS_DEPLOYMENT_TARGET = 13.4; | ||||
| 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||||
| 				MARKETING_VERSION = 13.1.5; | ||||
| 				MARKETING_VERSION = 13.2.0; | ||||
| 				OTHER_LDFLAGS = ( | ||||
| 					"$(inherited)", | ||||
| 					"-ObjC", | ||||
| @@ -588,7 +588,7 @@ | ||||
| 				INFOPLIST_FILE = Joplin/Info.plist; | ||||
| 				IPHONEOS_DEPLOYMENT_TARGET = 13.4; | ||||
| 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||||
| 				MARKETING_VERSION = 13.1.5; | ||||
| 				MARKETING_VERSION = 13.2.0; | ||||
| 				OTHER_LDFLAGS = ( | ||||
| 					"$(inherited)", | ||||
| 					"-ObjC", | ||||
| @@ -781,7 +781,7 @@ | ||||
| 				INFOPLIST_FILE = ShareExtension/Info.plist; | ||||
| 				IPHONEOS_DEPLOYMENT_TARGET = 13.4; | ||||
| 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; | ||||
| 				MARKETING_VERSION = 13.1.5; | ||||
| 				MARKETING_VERSION = 13.2.0; | ||||
| 				MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; | ||||
| 				MTL_FAST_MATH = YES; | ||||
| 				OTHER_LDFLAGS = ( | ||||
| @@ -820,7 +820,7 @@ | ||||
| 				INFOPLIST_FILE = ShareExtension/Info.plist; | ||||
| 				IPHONEOS_DEPLOYMENT_TARGET = 13.4; | ||||
| 				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks"; | ||||
| 				MARKETING_VERSION = 13.1.5; | ||||
| 				MARKETING_VERSION = 13.2.0; | ||||
| 				MTL_FAST_MATH = YES; | ||||
| 				OTHER_LDFLAGS = ( | ||||
| 					"$(inherited)", | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|   "name": "@joplin/app-mobile", | ||||
|   "description": "Joplin for Mobile", | ||||
|   "license": "AGPL-3.0-or-later", | ||||
|   "version": "3.1.0", | ||||
|   "version": "3.2.0", | ||||
|   "private": true, | ||||
|   "scripts": { | ||||
|     "start": "BROWSERSLIST_IGNORE_OLD_DATA=true react-native start --reset-cache", | ||||
| @@ -21,12 +21,12 @@ | ||||
|   }, | ||||
|   "dependencies": { | ||||
|     "@bam.tech/react-native-image-resizer": "3.0.10", | ||||
|     "@joplin/editor": "~3.1", | ||||
|     "@joplin/lib": "~3.1", | ||||
|     "@joplin/react-native-alarm-notification": "~3.1", | ||||
|     "@joplin/react-native-saf-x": "~3.1", | ||||
|     "@joplin/renderer": "~3.1", | ||||
|     "@joplin/utils": "~3.1", | ||||
|     "@joplin/editor": "~3.2", | ||||
|     "@joplin/lib": "~3.2", | ||||
|     "@joplin/react-native-alarm-notification": "~3.2", | ||||
|     "@joplin/react-native-saf-x": "~3.2", | ||||
|     "@joplin/renderer": "~3.2", | ||||
|     "@joplin/utils": "~3.2", | ||||
|     "@react-native-clipboard/clipboard": "1.14.1", | ||||
|     "@react-native-community/datetimepicker": "8.1.1", | ||||
|     "@react-native-community/geolocation": "3.2.1", | ||||
| @@ -90,7 +90,7 @@ | ||||
|     "@babel/plugin-transform-export-namespace-from": "7.24.7", | ||||
|     "@babel/preset-env": "7.24.7", | ||||
|     "@babel/runtime": "7.24.7", | ||||
|     "@joplin/tools": "~3.1", | ||||
|     "@joplin/tools": "~3.2", | ||||
|     "@js-draw/material-icons": "1.20.3", | ||||
|     "@react-native/babel-preset": "0.74.86", | ||||
|     "@react-native/metro-config": "0.74.86", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user