Skip to content

Commit fc969ef

Browse files
committed
updated commons dep
1 parent 405a1b6 commit fc969ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply plugin: 'kotlin-kapt'
1919
apply plugin: 'maven'
2020

2121
dependencies {
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'

database/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
}
4343

4444
dependencies {
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'

0 commit comments

Comments
 (0)