mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
- Readd deleted depndency - fix import
This commit is contained in:
parent
08099255ee
commit
51aa3a4939
@ -96,6 +96,7 @@ dependencies {
|
||||
implementation "com.google.dagger:dagger-android:$daggerVersion"
|
||||
kapt "com.google.dagger:dagger-compiler:$daggerVersion"
|
||||
kapt "com.google.dagger:dagger-android-processor:$daggerVersion"
|
||||
kaptAndroidTest "com.google.dagger:dagger-compiler:$daggerVersion"
|
||||
|
||||
// SquiDB
|
||||
implementation 'com.yahoo.squidb:squidb:2.0.0'
|
||||
|
@ -33,6 +33,7 @@ import java.util.concurrent.TimeUnit;
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
Loading…
x
Reference in New Issue
Block a user