Skip to content

Instantly share code, notes, and snippets.

@mjurkus
Last active December 28, 2015 14:45
Show Gist options
  • Save mjurkus/b89020f65fab0f6cf6d1 to your computer and use it in GitHub Desktop.
Save mjurkus/b89020f65fab0f6cf6d1 to your computer and use it in GitHub Desktop.
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