File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ apply plugin: 'kotlin-kapt'
19
19
apply plugin : ' maven'
20
20
21
21
dependencies {
22
- // compileOnly 'com.github.android-promise.database:commons:1.0.3-alpha4 '
23
- compileOnly project(path : ' :commons' )
22
+ compileOnly ' com.github.android-promise.database:commons:dev-4cc181146c-1 '
23
+ // compileOnly project(path: ':commons')
24
24
compileOnly files(Jvm . current(). getToolsJar())
25
25
implementation ' com.google.auto.value:auto-value-annotations:1.7.4'
26
26
kapt ' com.google.auto.value:auto-value:1.7.4'
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ android {
42
42
}
43
43
44
44
dependencies {
45
- // api 'com.github.android-promise.database:commons:1.0.3-alpha4 '
46
- api project(path : ' :commons' )
45
+ api ' com.github.android-promise.database:commons:dev-4cc181146c-1 '
46
+ // api project(path: ':commons')
47
47
api ' androidx.sqlite:sqlite:2.1.0'
48
48
implementation ' androidx.sqlite:sqlite-framework:2.1.0'
49
49
compileOnly ' io.reactivex.rxjava2:rxjava:2.2.17'
You can’t perform that action at this time.
0 commit comments