Skip to content

Commit 5c9afee

Browse files
Vikram KaltaVikram Kalta
authored andcommitted
fix: added gradle.properties
1 parent 0b8ee7d commit 5c9afee

File tree

3 files changed

+6
-48
lines changed

3 files changed

+6
-48
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ build/
2626

2727
# Local configuration file (sdk path, etc)
2828
local.properties
29-
gradle.properties
30-
/gradle.properties
29+
# gradle.properties
30+
# /gradle.properties
3131

3232

3333
# Proguard folder generated by Eclipse

gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
android.useAndroidX=true
2+
android.enableJetifier=true
3+
android.enableR8.fullMode=false
4+
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

0 commit comments

Comments
 (0)