Skip to content

Commit

Permalink
Moved CountryFlags to Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Aug 25, 2019
1 parent b568623 commit 462aa0c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
path = CommonUtils
url = https://github.com/devgianlu/CommonUtils
branch = master
[submodule "Android--Library-Country-Flags"]
path = Android--Library-Country-Flags
url = https://github.com/devgianlu/Android--Library-Country-Flags
branch = master
[submodule "aria2lib"]
path = aria2lib
url = https://github.com/devgianlu/aria2lib
Expand Down
1 change: 0 additions & 1 deletion Android--Library-Country-Flags
Submodule Android--Library-Country-Flags deleted from adf51e
24 changes: 14 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,20 @@ play {
}

dependencies {
api project(':CommonUtils')
api project(':CountryFlags')
api project(':aria2lib')
api 'androidx.tonyodev.fetch2:xfetch2:3.1.4'
api 'androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.4'
api 'com.squareup.okhttp3:okhttp:4.0.1'
api 'com.github.PhilJay:MPAndroidChart:v3.1.0'
api 'com.getbase:floatingactionbutton:1.10.1'
api 'org.apmem.tools:layouts:1.10@aar'
api 'androidx.documentfile:documentfile:1.0.1'
implementation project(':CommonUtils')
implementation project(':aria2lib')

implementation 'androidx.tonyodev.fetch2:xfetch2:3.1.4'
implementation 'androidx.tonyodev.fetch2okhttp:xfetch2okhttp:3.1.4'

implementation 'com.squareup.okhttp3:okhttp:4.1.0'

implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
implementation 'com.getbase:floatingactionbutton:1.10.1'
implementation 'org.apmem.tools:layouts:1.10@aar'
implementation 'com.github.devgianlu:Android--Library-Country-Flags:6fc6059f91'

implementation 'androidx.documentfile:documentfile:1.0.1'
}

task printVersionName {
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include ':CommonUtils', ':app', ':CountryFlags', ':aria2lib'
include ':CommonUtils', ':app', ':aria2lib'
project(':CommonUtils').projectDir = new File('./CommonUtils/utils')
project(':CountryFlags').projectDir = new File('./Android--Library-Country-Flags/countryflags')
project(':aria2lib').projectDir = new File('./aria2lib')

0 comments on commit 462aa0c

Please sign in to comment.