Skip to content

Commit baf6d91

Browse files
committed
1.更新build到29
1 parent 7f5f4a7 commit baf6d91

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ ext {
9191
libOkHttp3Log = "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
9292

9393
minSdkVersion = 14
94-
targetSdkVersion = 28
95-
compileSdkVersion = 28
96-
buildToolsVersion = '28.0.3'
94+
targetSdkVersion = 29
95+
compileSdkVersion = 29
96+
buildToolsVersion = '29.0.2'
9797

9898
// firebase related https://firebase.google.com/docs/android/setup
9999
firebaseCore = "com.google.firebase:firebase-core:16.0.6"

qpython/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
android:icon="@drawable/ic_launcher"
7272
android:label="@string/app_name"
7373
android:largeHeap="true"
74+
android:requestLegacyExternalStorage="true"
7475
android:supportsRtl="true"
7576
android:theme="@style/AppTheme">
7677
<uses-library android:name="org.apache.http.legacy" android:required="false"/>

0 commit comments

Comments
 (0)