We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d01d3b commit 6038355Copy full SHA for 6038355
.gitignore
@@ -43,6 +43,3 @@ captures/
43
44
# Windows clutter
45
Thumbs.db
46
-
47
-# Linux Deploy CLI
48
-app/src/main/assets/env/
.gitmodules
@@ -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
@@ -8,7 +8,7 @@ android {
8
applicationId 'ru.meefik.linuxdeploy'
9
minSdkVersion 10
10
targetSdkVersion 25
11
- versionCode 224
+ versionCode 225
12
versionName "2.0.2"
13
}
14
buildTypes {
app/src/main/assets/env
0 commit comments