Skip to content

Commit 405a1b6

Browse files
committed
updated commons dep
1 parent 4cc1811 commit 405a1b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

compiler/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ apply plugin: 'kotlin-kapt'
1919
apply plugin: 'maven'
2020

2121
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')
2424
compileOnly files(Jvm.current().getToolsJar())
2525
implementation 'com.google.auto.value:auto-value-annotations:1.7.4'
2626
kapt 'com.google.auto.value:auto-value:1.7.4'

database/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ android {
4242
}
4343

4444
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')
4747
api 'androidx.sqlite:sqlite:2.1.0'
4848
implementation 'androidx.sqlite:sqlite-framework:2.1.0'
4949
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.17'

0 commit comments

Comments
 (0)