Skip to content

Commit

Permalink
[#39] Move to AndreasBoehm's fataar fork
Browse files Browse the repository at this point in the history
  • Loading branch information
karntrehan committed Mar 28, 2023
1 parent e151e3f commit b99dd06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
buildscript {
repositories {
google()

mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
maven { url 'https://jitpack.io' }
}

dependencies {
Expand All @@ -18,7 +18,7 @@ buildscript {
classpath "org.jlleitschuh.gradle:ktlint-gradle:10.1.0"
classpath "com.github.ben-manes:gradle-versions-plugin:0.42.0"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1"
classpath 'com.github.kezong:fat-aar:1.3.8'
classpath 'com.github.AndreasBoehm:fat-aar-android:da3ac00990'
}
}

Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#You can override this in ~/.gradle/gradle.properties
android.useAndroidX=true
android.enableJetifier=true
org.gradle.jvmargs=-Xmx2560m
org.gradle.jvmargs=-Xmx4g
org.gradle.parallel=true
test.heap.max=1g
org.gradle.daemon=true
android.disableResourceValidation=true

0 comments on commit b99dd06

Please sign in to comment.