File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ project.ext {
3131 libraryVersion = " 4.5.3"
3232 }
3333 androidXSQLiteVersion = " 2.2.0"
34+ roomVersion = " 2.5.0"
3435 androidNdkVersion = " 23.0.7599858"
3536 mavenLocalRepositoryPrefix = " file://"
3637 if (project. hasProperty(' publishLocal' ) && publishLocal. toBoolean()){
Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ dependencies {
5656 implementation " androidx.sqlite:sqlite:${ rootProject.ext.androidXSQLiteVersion} "
5757
5858 // Needed for the Support API in tests
59- androidTestImplementation ' androidx.room:room-common:2.3.0 '
60- androidTestImplementation ' androidx.room:room-runtime:2.3.0 '
61- androidTestAnnotationProcessor ' androidx.room:room-compiler:2.3.0 '
59+ androidTestImplementation " androidx.room:room-common:${ rootProject.ext.roomVersion } "
60+ androidTestImplementation " androidx.room:room-runtime:${ rootProject.ext.roomVersion } "
61+ androidTestAnnotationProcessor " androidx.room:room-compiler:${ rootProject.ext.roomVersion } "
6262
6363 // Needed for supporting tests
6464 androidTestImplementation ' androidx.test.ext:junit:1.1.3'
You can’t perform that action at this time.
0 commit comments