mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
...
This commit is contained in:
parent
b530937393
commit
3ec017180d
@ -27,11 +27,11 @@ apply plugin: 'com.android.library'
|
|||||||
android {
|
android {
|
||||||
// Bumping the plugin compileSdkVersion requires all clients of this plugin
|
// Bumping the plugin compileSdkVersion requires all clients of this plugin
|
||||||
// to bump the version in their app.
|
// to bump the version in their app.
|
||||||
compileSdkVersion 30
|
compileSdkVersion 31
|
||||||
|
|
||||||
// Bumping the plugin ndkVersion requires all clients of this plugin to bump
|
// Bumping the plugin ndkVersion requires all clients of this plugin to bump
|
||||||
// the version in their app and to download a newer version of the NDK.
|
// the version in their app and to download a newer version of the NDK.
|
||||||
ndkVersion "21.4.7075529"
|
ndkVersion "25.2.9519653"
|
||||||
|
|
||||||
// Invoke the shared CMake build with the Android Gradle Plugin.
|
// Invoke the shared CMake build with the Android Gradle Plugin.
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
@ -54,6 +54,6 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 22
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion flutter.compileSdkVersion
|
compileSdkVersion flutter.compileSdkVersion
|
||||||
ndkVersion "21.4.7075529"
|
ndkVersion "25.2.9519653"
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_11
|
sourceCompatibility JavaVersion.VERSION_11
|
||||||
|
Loading…
x
Reference in New Issue
Block a user