diff --git a/BlinkIDSample/build.gradle b/BlinkIDSample/build.gradle index 93bef250..bce7202f 100644 --- a/BlinkIDSample/build.gradle +++ b/BlinkIDSample/build.gradle @@ -17,7 +17,7 @@ allprojects { repositories { mavenCentral() maven { url 'https://maven.microblink.com' } - mavenLocal() + //mavenLocal() google() } } diff --git a/BlinkIDSample/gradlew b/BlinkIDSample/gradlew index a3361e47..4a0fb513 100755 --- a/BlinkIDSample/gradlew +++ b/BlinkIDSample/gradlew @@ -7,7 +7,7 @@ ############################################################################## # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS="" +DEFAULT_JVM_OPTS="\"-Xmx2048m\" \"-Xms512m\"" APP_NAME="Gradle" APP_BASE_NAME=`basename "$0"` @@ -107,7 +107,7 @@ fi # For Darwin, add options to specify how the application appears in the dock if $darwin; then - GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\" \"-Xmx1024m\" \"-Xms256m\" \"-XX:MaxPermSize=1024m\"" + GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\" \"-Xmx2048m\" \"-Xms512m\"" fi # For Cygwin, switch paths to Windows format before running java diff --git a/size-report/sdk_size_report.md b/size-report/sdk_size_report.md index bd1f48ee..cb6eea48 100644 --- a/size-report/sdk_size_report.md +++ b/size-report/sdk_size_report.md @@ -6,6 +6,6 @@ This SDK size report is for all supported ABIs. We use the Android official [**a | ABI | APK file size | APK download size | | --- |:-------------:| :----------------:| -| armeabi-v7a | 12.9MB | 9.4MB | -| arm64-v8a | 13.7MB | 9.5MB | +| armeabi-v7a | 11.7MB | 8.4MB | +| arm64-v8a | 12.7MB | 8.5MB |