Skip to content

Commit 3b911c5

Browse files
authoredDec 22, 2023
fix: dcl build (decentraland#1)
* update to 4.2.1 add DclAndroidPlugin
1 parent 89505fb commit 3b911c5

File tree

73 files changed

+209
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+209
-94
lines changed
 

‎.build_version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.stable
1+
4.2.1.stable

‎build/.gitignore

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Gradle files
2+
.gradle/
3+
build/
4+
5+
# Local configuration file (sdk path, etc)
6+
local.properties
7+
8+
# Log/OS Files
9+
*.log
10+
11+
# Android Studio generated files and folders
12+
captures/
13+
.externalNativeBuild/
14+
.cxx/
15+
*.apk
16+
output.json
17+
18+
# IntelliJ
19+
*.iml
20+
.idea/
21+
misc.xml
22+
deploymentTargetDropDown.xml
23+
render.experimental.xml
24+
25+
# Keystore files
26+
*.jks
27+
*.keystore
28+
29+
# Google Services (e.g. APIs or Firebase)
30+
google-services.json
31+
32+
# Android Profiling
33+
*.hprof
34+
35+
assets/
36+
build/

0 commit comments

Comments
 (0)
Please sign in to comment.