feat(android): update packages

use androidx exifinterface, use viewpager2,  update sdk , build tools, target sdk ,update fragment & transition versions
This commit is contained in:
triniwiz
2020-07-28 08:26:59 -04:00
parent 0dce8be03c
commit 08cc81616f
30 changed files with 64036 additions and 341 deletions

View File

@@ -5,14 +5,14 @@
// compile 'com.android.support:recyclerview-v7:+'
//}
android {
compileSdkVersion 29
defaultConfig {
android {
compileSdkVersion 30
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
generatedDensities = []
}
aaptOptions {
additionalParameters "--no-version-vectors"
}
}
}
aaptOptions {
additionalParameters "--no-version-vectors"
}
}