Skip to content

Commit 6038355

Browse files
committed
Added submodule cli from second repository
1 parent 4d01d3b commit 6038355

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,3 @@ captures/
4343

4444
# Windows clutter
4545
Thumbs.db
46-
47-
# Linux Deploy CLI
48-
app/src/main/assets/env/

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "app/src/main/assets/env"]
2+
path = app/src/main/assets/env
3+
url = https://github.com/meefik/linuxdeploy-cli

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
applicationId 'ru.meefik.linuxdeploy'
99
minSdkVersion 10
1010
targetSdkVersion 25
11-
versionCode 224
11+
versionCode 225
1212
versionName "2.0.2"
1313
}
1414
buildTypes {

app/src/main/assets/env

Submodule env added at c1ab670

0 commit comments

Comments
 (0)