File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
pythonforandroid/bootstraps/common/build Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.1 -all.zip
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:7.0.1 '
8
+ classpath ' com.android.tools.build:gradle:7.1.2 '
9
9
}
10
10
}
11
11
@@ -41,6 +41,9 @@ android {
41
41
42
42
43
43
packagingOptions {
44
+ jniLibs {
45
+ useLegacyPackaging = true
46
+ }
44
47
{% if debug_build -% }
45
48
doNotStrip ' **/*.so'
46
49
{% else % }
Original file line number Diff line number Diff line change 1
1
{% if args.enable_androidx %}
2
2
android.useAndroidX =true
3
3
android.enableJetifier =true
4
- {% endif %}
5
- android.bundle.enableUncompressedNativeLibs =false
4
+ {% endif %}
You can’t perform that action at this time.
0 commit comments