We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3329d9e commit e30599bCopy full SHA for e30599b
database/build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
api project(path: ':commons')
45
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.17'
46
compileOnly 'androidx.appcompat:appcompat:1.1.0'
47
- compileOnly 'com.github.android-promise:commons:1.1-beta02'
+ implementation 'com.github.android-promise:commons:1.1-beta02'
48
testImplementation 'junit:junit:4.13'
49
androidTestImplementation 'androidx.test:runner:1.2.0'
50
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
0 commit comments