mirror of
				https://github.com/oxen-io/session-android.git
				synced 2025-10-30 23:09:20 +00:00 
			
		
		
		
	| @@ -318,7 +318,7 @@ android { | ||||
|         buildConfigField "String[]", "LANGUAGES", "new String[]{\"" + autoResConfig().collect { s -> s.replace('-r', '_') }.join('", "') + '"}' | ||||
|  | ||||
|         ndk { | ||||
|             abiFilters 'armeabi-v7a', 'x86', 'arm64-v8a', 'x86_64' | ||||
|             abiFilters 'armeabi-v7a', 'x86' | ||||
|         } | ||||
|  | ||||
|         resConfigs autoResConfig() | ||||
| @@ -327,7 +327,7 @@ android { | ||||
|             abi { | ||||
|                 enable true | ||||
|                 reset() | ||||
|                 include 'armeabi-v7a', 'x86', 'arm64-v8a', 'x86_64' | ||||
|                 include 'armeabi-v7a', 'x86' | ||||
|                 universalApk true | ||||
|             } | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Greyson Parrelli
					Greyson Parrelli