File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ android {
64
64
65
65
dependencies {
66
66
implementation ' com.github.SimpleMobileTools:Simple-Commons:1dabb1506e'
67
- implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
68
- implementation ' androidx.documentfile:documentfile:1.0.1 '
67
+ implementation " androidx.constraintlayout:constraintlayout:$c onstraintlayout_version "
68
+ implementation " androidx.documentfile:documentfile:$d ocumentfile_version "
69
69
70
- kapt ' androidx.room:room-compiler:2.4.3 '
71
- implementation ' androidx.room:room-runtime:2.4.3 '
72
- annotationProcessor ' androidx.room:room-compiler:2.4.3 '
70
+ kapt " androidx.room:room-compiler:$r oom_version "
71
+ implementation " androidx.room:room-runtime:$r oom_version "
72
+ annotationProcessor " androidx.room:room-compiler:$r oom_version "
73
73
}
Original file line number Diff line number Diff line change 2
2
3
3
buildscript {
4
4
ext. kotlin_version = ' 1.7.10'
5
+ ext. room_version = ' 2.4.3'
6
+ ext. documentfile_version = ' 1.0.1'
7
+ ext. constraintlayout_version = ' 2.1.4'
5
8
6
9
repositories {
7
10
google()
You can’t perform that action at this time.
0 commit comments