Updated libraries, most notably Jabit to develop-SNAPSHOT
Also, finally added proper icon Known issue: the client seems to sever all connections after some time, I'll need to look into this. This might happen when 8 connections are reached for the first time.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
# Specifies the JVM arguments used for the daemon process.
|
||||
# The setting is particularly useful for tweaking memory settings.
|
||||
# Default value: -Xmx10248m -XX:MaxPermSize=256m
|
||||
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
||||
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
|
||||
@ -20,10 +20,18 @@
|
||||
|
||||
|
||||
|
||||
# Signing and encryption settings
|
||||
# Don't change those parameters - override those properties in the
|
||||
# gradle.properties file in your home directory instead
|
||||
keyStoreFile=
|
||||
keyStorePassword=
|
||||
signingKeyAlias=
|
||||
signingKeyPassword=
|
||||
# Create a directory containing the signing configs and keystores
|
||||
project.configs=
|
||||
# The signing config should be called 'Abit.gradle' and look like this:
|
||||
# android {
|
||||
# signingConfigs {
|
||||
# release {
|
||||
# storeFile file("C:/Path/To/Keystores/abit.jks")
|
||||
# storePassword "****************"
|
||||
# keyAlias "Abit"
|
||||
# keyPassword "****************"
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
Reference in New Issue
Block a user