From 6e163d159fd2c52dc079c62100399d16da01d25f Mon Sep 17 00:00:00 2001 From: k0shk0sh Date: Wed, 25 Dec 2019 12:37:40 +0100 Subject: [PATCH] increase memory for builds --- app/src/main/res/raw/changelog.html | 6 +++++- debug_gradle.properties | 1 - gradle.properties | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/raw/changelog.html b/app/src/main/res/raw/changelog.html index 72ff2ab1..056c8c18 100644 --- a/app/src/main/res/raw/changelog.html +++ b/app/src/main/res/raw/changelog.html @@ -13,7 +13,11 @@
  • Migrate to Androidx
  • I hear you asking (So what happened)?

    -

    Well, I was pretty much busy with life and work, but that’s not an excuse, I know!. TBH with you all, I started working on FastHub v5 beginning of last year and I did actually made a good progress but then crisis landed on me when my mom diagnostic with cancer and that really stroke me hard and demotivated me to even care about my own health, it took awhile for me to recover and start accepting this fact and i’m still trying to figure out way to motivate myself more to progress on FastHub or anything in the Open Source Community.

    +

    Well, I was pretty much busy with life and work, but that’s not an excuse, I + know!. TBH with you all, I started working on FastHub v5 beginning of last year and I did actually made a good progress but then crisis + landed on me when my mom diagnosed with cancer and that really stroke me hard and demotivated me to even care about my own health, it + took awhile for me to recover and start accepting this fact and i’m still trying to figure out ways to motivate myself more to progress + on FastHub or anything in the Open Source Community.

    TL;DR: this is just a bug fix version and I will continue to fix bugs until V5 is ready for shipment.

    Thank you to all who have contributed either via reporting bugs or via code contribution.

    diff --git a/debug_gradle.properties b/debug_gradle.properties index 1303a8bd..ed21b6c2 100644 --- a/debug_gradle.properties +++ b/debug_gradle.properties @@ -1,5 +1,4 @@ # Below API Keys are meant for debugging purpose & they aren't being used in production. -org.gradle.jvmargs=-Xmx2536M android_store_password=kosh2010 android_key_password=kosh2010 android_key_alias=FastAccess diff --git a/gradle.properties b/gradle.properties index 5465fec0..7198fa92 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,4 @@ +org.gradle.daemon=true +org.gradle.jvmargs=-Xmx2560m android.enableJetifier=true android.useAndroidX=true \ No newline at end of file