mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Upgrade Android gradle plugin to version 7.2.1
(cherry picked from commit 151233b702)
This commit is contained in:
parent
f60382bbe3
commit
faaec47d54
4 changed files with 11 additions and 15 deletions
|
|
@ -4,9 +4,6 @@
|
|||
android:versionCode="1"
|
||||
android:versionName="1.0">
|
||||
|
||||
<!-- Should match the mindSdk and targetSdk values in platform/android/java/app/config.gradle -->
|
||||
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="32" />
|
||||
|
||||
<application>
|
||||
|
||||
<!-- Records the version of the Godot library -->
|
||||
|
|
|
|||
|
|
@ -170,11 +170,10 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: Enable when issues with AGP 7.1+ are resolved (https://github.com/GodotVR/godot_openxr/issues/187).
|
||||
// publishing {
|
||||
// singleVariant("templateRelease") {
|
||||
// withSourcesJar()
|
||||
// withJavadocJar()
|
||||
// }
|
||||
// }
|
||||
publishing {
|
||||
singleVariant("templateRelease") {
|
||||
withSourcesJar()
|
||||
withJavadocJar()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue