File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply plugin: 'kotlin-kapt'
19
19
apply plugin : ' maven'
20
20
21
21
dependencies {
22
- compileOnly ' com.github.android-promise.database:commons:dev-4cc181146c-1 '
22
+ compileOnly ' com.github.android-promise.database:commons:1.0.3-alpha7 '
23
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'
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ android {
42
42
}
43
43
44
44
dependencies {
45
- api ' com.github.android-promise.database:commons:dev-4cc181146c-1 '
45
+ api ' com.github.android-promise.database:commons:1.0.3-alpha7 '
46
46
// api project(path: ':commons')
47
47
api ' androidx.sqlite:sqlite:2.1.0'
48
48
implementation ' androidx.sqlite:sqlite-framework:2.1.0'
You can’t perform that action at this time.
0 commit comments