Skip to content

Commit

Permalink
Fix #29
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasuki committed Nov 11, 2020
1 parent e985b90 commit fbb776a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions dictUpdaterApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 30
compileSdkVersion 29
buildToolsVersion '29.0.2'
defaultConfig {
applicationId "sanskritcode.sanskritdictionaryupdater"
minSdkVersion 19
targetSdkVersion 30
versionCode 347
versionName "3.4.7"

// Apps that run on Android 11 (API Level 30) but target Android 10 (API level 29) can still request the requestLegacyExternalStorage attribute. This flag allows apps to temporarily opt out of the changes associated with scoped storage, such as granting access to different directories and different types of media files. After you update your app to target Android 11, the system ignores the requestLegacyExternalStorage flag.
targetSdkVersion 29
maxSdkVersion 30
// Reason: https://github.com/sanskrit-coders/stardict-dictionary-updater/issues/29
// Documentation for the above https://developer.android.com/guide/topics/manifest/uses-sdk-element#max.

versionCode 349
versionName "3.4.9"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Binary file modified dictUpdaterApp/release/dictUpdaterApp-release.aab
Binary file not shown.

0 comments on commit fbb776a

Please sign in to comment.