Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c0968276 authored by Romain Hunault's avatar Romain Hunault
Browse files

Add Simple Common as submodule

parent 57e5b10b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ stages:
- build

before_script:
- git submodule update --init --recursive
- export GRADLE_USER_HOME=$(pwd)/.gradle
- chmod +x ./gradlew

.gitmodules

0 → 100644
+3 −0
Original line number Diff line number Diff line
[submodule "simple-commons"]
	path = simple-commons
	url = ../Simple-Commons.git
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ android {
}

dependencies {
    implementation 'com.simplemobiletools:commons:4.6.5'
    implementation project(':simple-commons:commons')
    implementation 'com.squareup:otto:1.3.8'
    implementation 'com.android.support.constraint:constraint-layout:1.1.2'
}
+2 −0
Original line number Diff line number Diff line
include ':app'
include ':simple-commons'
include ':simple-commons:commons'
Original line number Diff line number Diff line
Subproject commit ecebe500c91672101bc548acd332af3931a46bd9