Lines Matching +full:sdk +full:- +full:benchmarks
3 The following is a step-by-step procedure for releasing a new version of Google-Gson.
6 1. Ensure all changelists are code-reviewed and have +1
10 …- Answer questions: usually the defaults are fine. Try to follow [Semantic Versioning](https://sem…
11 …- This will do a full build, change version from `-SNAPSHOT` to the released version, commit and c…
15 1. Release the staging repository for Gson. Gson will now get synced to Maven Central with-in the n…
18 - [`README.md`](README.md)
19 - [`UserGuide.md`](UserGuide.md)
22 1. Optional: Create a post on the [Gson Discussion Forum](https://groups.google.com/group/google-gs…
31 …following this [guide](https://blog.sonatype.com/2010/01/how-to-generate-pgp-signatures-with-maven…
32 1. [Create encrypted passwords](https://maven.apache.org/guides/mini/guide-encryption.html).
38 See [OSSRH Publish Guide](https://central.sonatype.org/publish/publish-guide/).
40 ## Running Benchmarks or Tests on Android
46 vogar --benchmark --classpath gson.jar path/to/Benchmark.java
52 export ANDROID_HOME=~/apps/android-sdk-mac_x86
53 export PATH=$PATH:$ANDROID_HOME/platform-tools/:$ANDROID_HOME/android-sdk-mac_x86/tools/
55 --benchmark \
56 --sourcepath ../gson/src/main/java/ \
58 -- \
59 --vm "app_process -Xgc:noconcurrent,app_process"