mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2025-12-08 19:05:54 +00:00
increase memory for builds
This commit is contained in:
parent
d4f2d80934
commit
6e163d159f
@ -13,7 +13,11 @@
|
||||
<li class="has-line-data" data-line-start="3" data-line-end="4">Migrate to Androidx</li>
|
||||
</ul>
|
||||
<h1 class="code-line" data-line-start=6 data-line-end=7 ><a id="I_hear_you_asking_So_what_happened_6"></a>I hear you asking (So what happened)?</h1>
|
||||
<p class="has-line-data" data-line-start="7" data-line-end="8">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.</p>
|
||||
<p class="has-line-data" data-line-start="7" data-line-end="8">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.</p>
|
||||
<p class="has-line-data" data-line-start="9" data-line-end="10"><strong>TL;DR:</strong> this is just a bug fix version and I will continue to fix bugs until V5 is ready for shipment.</p>
|
||||
|
||||
<p>Thank you to all who have contributed either via reporting bugs or via code contribution.</p>
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,2 +1,4 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xmx2560m
|
||||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
||||
Loading…
x
Reference in New Issue
Block a user