Skip to content

Commit

Permalink
run size report, remove local maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
krizaa committed Mar 21, 2024
1 parent c144509 commit f14e2f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BlinkIDSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
repositories {
mavenCentral()
maven { url 'https://maven.microblink.com' }
mavenLocal()
//mavenLocal()
google()
}
}
Expand Down
4 changes: 2 additions & 2 deletions BlinkIDSample/gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions size-report/sdk_size_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit f14e2f9

Please sign in to comment.