removed unused deps + updated README, target SDKs

This commit is contained in:
Imran Remtulla
2022-08-11 16:37:41 -04:00
parent f76f0581ba
commit 50b23da98a
5 changed files with 5 additions and 88 deletions

View File

@@ -47,8 +47,8 @@ android {
applicationId "dev.imranr.obtainium"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
minSdkVersion 19
targetSdkVersion flutter.targetSdkVersion
minSdkVersion 23
targetSdkVersion 32
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}