Update dependencies

This commit is contained in:
Trevor Slocum 2021-03-27 11:52:10 -07:00
parent 003f0e2a35
commit d007141911
2 changed files with 6 additions and 5 deletions

View File

@ -6,7 +6,7 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 29 // Must not increase until storage permissions are updated
versionCode 163
versionName "1.6.3"
@ -79,10 +79,11 @@ dependencies {
implementation 'androidx.legacy:legacy-support-core-utils:1.0.0'
implementation 'androidx.legacy:legacy-support-core-ui:1.0.0'
implementation 'androidx.media:media:1.2.1'
implementation 'androidx.fragment:fragment:1.2.5'
implementation 'com.android.support:multidex:1.0.3'
implementation 'androidx.fragment:fragment:1.3.2'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'ch.acra:acra-http:5.3.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'ch.acra:acra-http:5.7.0'
implementation 'net.openid:appauth:0.7.1'
implementation 'com.opencsv:opencsv:5.2'
implementation 'com.squareup.okio:okio:2.8.0'

View File

@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:4.1.3'
}
}