Skip to content

Commit

Permalink
fdroidserver might have less RAM
Browse files Browse the repository at this point in the history
  • Loading branch information
thermatk committed Jul 9, 2017
1 parent 8aa5f98 commit d0b9c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
dexOptions {
jumboMode = true
// Telegram-FOSS uncomment if it doesn't compile
javaMaxHeapSize "2g"
//javaMaxHeapSize "2g"
}

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RELEASE_KEY_ALIAS=alias
RELEASE_STORE_PASSWORD=password
android.useDeprecatedNdk=true
# Telegram-FOSS uncomment if it doesn't compile
org.gradle.jvmargs=-Xmx2560M
# org.gradle.jvmargs=-Xmx2560M

1 comment on commit d0b9c65

@g1hostsilvestre
Copy link

@g1hostsilvestre g1hostsilvestre commented on d0b9c65 Jul 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thermatk
Error:A problem occurred configuring project ':TMessagesProj'.

executing external native build for ndkBuild C:\Telegram-FOSS-master\TMessagesProj\jni\Android.mk

Does anyone know how to solve this error???

Please sign in to comment.