updating commons and constraintlayout

This commit is contained in:
tibbi 2021-08-23 12:22:20 +02:00
parent 27071c0020
commit f456e12a5d
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ android {
} }
dependencies { dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:8f3067fbfb' implementation 'com.github.SimpleMobileTools:Simple-Commons:3aca4d7102'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'androidx.documentfile:documentfile:1.0.1' implementation 'androidx.documentfile:documentfile:1.0.1'
kapt 'androidx.room:room-compiler:2.3.0' kapt 'androidx.room:room-compiler:2.3.0'