Last active
December 28, 2015 14:45
-
-
Save mjurkus/b89020f65fab0f6cf6d1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/application/build.gradle b/application/build.gradle | |
index e8310d8..b1fd129 100644 | |
--- a/application/build.gradle | |
+++ b/application/build.gradle | |
@@ -1,5 +1,5 @@ | |
buildscript { | |
- ext.kotlin_version = '1.0.0-beta-3595' | |
+ ext.kotlin_version = '1.0.0-beta-4584' | |
repositories { | |
jcenter(); | |
maven { url 'https://maven.fabric.io/public' } | |
@@ -152,6 +152,7 @@ android { | |
maxHeapSize '2048m' | |
minHeapSize '1600m' | |
exclude 'com/vinted/test/base/**' | |
+ jvmArgs "-XX:MaxPermSize=1024m" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment