mirror of
				https://github.com/SimpleMobileTools/Simple-File-Manager.git
				synced 2025-06-05 22:09:15 +02:00 
			
		
		
		
	update to target SDK 29, but use requestLegacyExternalStorage for now
This commit is contained in:
		| @@ -9,13 +9,13 @@ if (keystorePropertiesFile.exists()) { | |||||||
| } | } | ||||||
|  |  | ||||||
| android { | android { | ||||||
|     compileSdkVersion 28 |     compileSdkVersion 29 | ||||||
|     buildToolsVersion "28.0.3" |     buildToolsVersion "29.0.2" | ||||||
|  |  | ||||||
|     defaultConfig { |     defaultConfig { | ||||||
|         applicationId "com.simplemobiletools.filemanager.pro" |         applicationId "com.simplemobiletools.filemanager.pro" | ||||||
|         minSdkVersion 21 |         minSdkVersion 21 | ||||||
|         targetSdkVersion 28 |         targetSdkVersion 29 | ||||||
|         versionCode 83 |         versionCode 83 | ||||||
|         versionName "6.4.2" |         versionName "6.4.2" | ||||||
|         multiDexEnabled true |         multiDexEnabled true | ||||||
|   | |||||||
| @@ -16,6 +16,7 @@ | |||||||
|         android:allowBackup="true" |         android:allowBackup="true" | ||||||
|         android:icon="@mipmap/ic_launcher" |         android:icon="@mipmap/ic_launcher" | ||||||
|         android:label="@string/app_launcher_name" |         android:label="@string/app_launcher_name" | ||||||
|  |         android:requestLegacyExternalStorage="true" | ||||||
|         android:roundIcon="@mipmap/ic_launcher" |         android:roundIcon="@mipmap/ic_launcher" | ||||||
|         android:theme="@style/AppTheme"> |         android:theme="@style/AppTheme"> | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user