mirror of
https://github.com/leanote/leanote-android.git
synced 2026-01-13 07:03:54 +08:00
Corrected the title of the permission requesting dialog in LaunchActivity Add a widget from Android Studio widget template add the layout of widget , add the support Android Studio 3.0 fix the support Android Studio 3.0 Completed the development of app widget to show the recent blogs. chance the previewImage of app widget fixed the bug that occurred when there were less than 30 notes update build tools
19 lines
879 B
Properties
19 lines
879 B
Properties
## Project-wide Gradle settings.
|
|
#
|
|
# For more details on how to configure your build environment visit
|
|
# http://www.gradle.org/docs/current/userguide/build_environment.html
|
|
#
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
# Default value: -Xmx1024m -XX:MaxPermSize=256m
|
|
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
#
|
|
# When configured, Gradle will run in incubating parallel mode.
|
|
# This option should only be used with decoupled projects. More details, visit
|
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
# org.gradle.parallel=true
|
|
#Mon Oct 30 23:00:23 CST 2017
|
|
systemProp.socksProxyHost=127.0.0.1
|
|
org.gradle.jvmargs=-Xmx1536m
|
|
systemProp.socksProxyPort=1080
|
|
systemprop.socksProxyVersion=5 |