File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply plugin: 'kotlin-kapt'
1919apply plugin : ' maven'
2020
2121dependencies {
22- compileOnly ' com.github.android-promise.database:commons:dev-4cc181146c-1 '
22+ compileOnly ' com.github.android-promise.database:commons:1.0.3-alpha7 '
2323 // compileOnly project(path: ':commons')
2424 compileOnly files(Jvm . current(). getToolsJar())
2525 implementation ' com.google.auto.value:auto-value-annotations:1.7.4'
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ android {
4242}
4343
4444dependencies {
45- api ' com.github.android-promise.database:commons:dev-4cc181146c-1 '
45+ api ' com.github.android-promise.database:commons:1.0.3-alpha7 '
4646 // api project(path: ':commons')
4747 api ' androidx.sqlite:sqlite:2.1.0'
4848 implementation ' androidx.sqlite:sqlite-framework:2.1.0'
You can’t perform that action at this time.
0 commit comments