fix tests
This commit is contained in:
parent
bd860f4a52
commit
cfe9875b68
4 changed files with 4 additions and 1 deletions
|
@ -18,6 +18,7 @@ buildscript {
|
|||
nav_version = '2.5.3'
|
||||
appcompat_version = '1.5.1'
|
||||
material_version = '1.7.0'
|
||||
gridlayout_version = '1.0.0'
|
||||
constraintlayout_version = '2.1.4'
|
||||
preferencektx_version = '1.2.0'
|
||||
commonslang3_version = '3.12.0'
|
||||
|
|
|
@ -27,6 +27,7 @@ dependencies {
|
|||
|
||||
api "androidx.appcompat:appcompat:$appcompat_version"
|
||||
api "androidx.swiperefreshlayout:swiperefreshlayout:$swipe_version"
|
||||
api "androidx.gridlayout:gridlayout:$gridlayout_version"
|
||||
|
||||
// APS
|
||||
api 'org.mozilla:rhino:1.7.14'
|
||||
|
|
|
@ -31,7 +31,7 @@ dependencies {
|
|||
api "com.google.android.material:material:$material_version"
|
||||
|
||||
// Actions
|
||||
api 'androidx.gridlayout:gridlayout:1.0.0'
|
||||
api "androidx.gridlayout:gridlayout:$gridlayout_version"
|
||||
|
||||
// NSClient, Tidepool
|
||||
api("io.socket:socket.io-client:1.0.0") {
|
||||
|
|
|
@ -43,5 +43,6 @@ dependencies {
|
|||
api "androidx.room:room-rxjava3:$room_version"
|
||||
kapt "androidx.room:room-compiler:$room_version"
|
||||
|
||||
testImplementation "commons-codec:commons-codec:$commonscodec_version"
|
||||
api 'com.github.guepardoapps:kulid:2.0.0.0'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue