import-log: add SuperToast external library
This commit is contained in:
@@ -26,6 +26,7 @@ dependencies {
|
||||
compile project(':extern:spongycastle:pkix')
|
||||
compile project(':extern:spongycastle:prov')
|
||||
compile project(':extern:AppMsg:library')
|
||||
compile project(':extern:SuperToasts:supertoasts')
|
||||
|
||||
// Dependencies for the `instrumentTest` task, make sure to list all your global dependencies here as well
|
||||
androidTestCompile 'junit:junit:4.10'
|
||||
@@ -46,6 +47,8 @@ dependencies {
|
||||
androidTestCompile project(':extern:spongycastle:pkix')
|
||||
androidTestCompile project(':extern:spongycastle:prov')
|
||||
androidTestCompile project(':extern:AppMsg:library')
|
||||
androidTestCompile project(':extern:SuperToasts:supertoasts')
|
||||
|
||||
}
|
||||
|
||||
android {
|
||||
|
||||
Reference in New Issue
Block a user