Skip to content

Commit

Permalink
feat: write data to sd with android 10
Browse files Browse the repository at this point in the history
  • Loading branch information
liuwenzheng committed Dec 23, 2020
1 parent 431011d commit 655416c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.moko.beacon"
minSdkVersion 21
targetSdkVersion 29
versionCode 13
versionName "1.3.7"
versionCode 14
versionName "1.3.8"
}

buildTypes {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:theme="@style/LaunchActivityTheme">

<activity
Expand Down

0 comments on commit 655416c

Please sign in to comment.