Skip to content

Commit 94cf0db

Browse files
committed
Switch to using Levels repo
1 parent e0ac886 commit 94cf0db

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@
33
.idea
44
.gradle
55
local.properties
6-
app/src/main/assets/levelsEasy.xml.compressed
7-
app/src/main/assets/levelsMedium.xml.compressed
8-
app/src/main/assets/levelsHard.xml.compressed
9-
app/src/main/assets/levelsCommunity.xml.compressed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "app/src/main/assets"]
2+
path = app/src/main/assets
3+
url = git@github.com:Flowit-Game/Levels.git
4+
branch = main

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ android {
4747
targetCompatibility JavaVersion.VERSION_1_8
4848
}
4949

50+
aaptOptions {
51+
ignoreAssetsPattern '!.git:!*.xml:!LICENSE'
52+
}
53+
5054
tasks.register("compressLevelFile") {
5155
doLast {
5256
compress(projectDir.path + '/src/main/assets/levelsEasy.xml')

app/src/main/assets

Submodule assets added at 31e3258

0 commit comments

Comments
 (0)