Skip to content

Commit e30599b

Browse files
authored
Update build.gradle
1 parent 3329d9e commit e30599b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
api project(path: ':commons')
4545
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.17'
4646
compileOnly 'androidx.appcompat:appcompat:1.1.0'
47-
compileOnly 'com.github.android-promise:commons:1.1-beta02'
47+
implementation 'com.github.android-promise:commons:1.1-beta02'
4848
testImplementation 'junit:junit:4.13'
4949
androidTestImplementation 'androidx.test:runner:1.2.0'
5050
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

0 commit comments

Comments
 (0)