We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a908dc8 commit 6ffa32aCopy full SHA for 6ffa32a
anychart/build.gradle
@@ -1,7 +1,5 @@
1
-plugins {
2
- id 'com.android.library'
3
- id 'maven-publish'
4
-}
+apply plugin: 'com.android.library'
+apply plugin: 'maven-publish'
5
6
android {
7
compileSdk 33
gradle.properties
@@ -11,7 +11,7 @@
11
# The setting is particularly useful for tweaking memory settings.
12
13
org.gradle.daemon=true
14
-org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
15
org.gradle.parallel=true
16
org.gradle.configureondemand=true
17
android.useAndroidX=true
0 commit comments