TP-22332 |master resync| Aman Singh
This commit is contained in:
@@ -134,8 +134,8 @@ def reactNativeArchitectures() {
|
||||
return value ? value.split(",") : ["armeabi-v7a", "x86", "x86_64", "arm64-v8a"]
|
||||
}
|
||||
|
||||
def VERSION_CODE = 139
|
||||
def VERSION_NAME = "2.8.10"
|
||||
def VERSION_CODE = 142
|
||||
def VERSION_NAME = "2.9.1"
|
||||
|
||||
android {
|
||||
ndkVersion rootProject.ext.ndkVersion
|
||||
|
||||
@@ -14,7 +14,6 @@ import com.facebook.react.bridge.WritableMap;
|
||||
|
||||
public class FileHelper {
|
||||
private static final long MAX_ZIP_FILE_SIZE = 5 * 1024 * 1024; // Maximum size of each zip file (5 MB)
|
||||
|
||||
// String[] projection = {
|
||||
// MediaColumns.DATA,
|
||||
// MediaColumns.DISPLAY_NAME, // Image name
|
||||
|
||||
Reference in New Issue
Block a user