Skip to content

Commit a981f99

Browse files
chore: update dependencies
gradle 8.8 -> 8.9 ndk 26.3.11579264 -> 27.0.12077973 agp 8.5.0 -> 8.5.1 annotation 1.8.0 -> 1.8.1
1 parent c14949c commit a981f99

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

buildscripts/include/depinfo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Dependency versions
44

55
v_sdk=11076708_latest
6-
v_ndk=26.3.11579264
6+
v_ndk=27.0.12077973
77
v_sdk_build_tools=35.0.0
88

99
v_lua=5.2.4

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
android-plugin = "8.5.0"
3-
androidx-annotation = "1.8.0"
2+
android-plugin = "8.5.1"
3+
androidx-annotation = "1.8.1"
44
publish-plugin = "2.0.0"
55

66
[libraries]
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18+
# SPDX-License-Identifier: Apache-2.0
19+
#
1820

1921
##############################################################################
2022
#
@@ -84,7 +86,8 @@ done
8486
# shellcheck disable=SC2034
8587
APP_BASE_NAME=${0##*/}
8688
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87-
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90+
' "$PWD" ) || exit
8891

8992
# Use the maximum available, or set MAX_FD != -1 to use that value.
9093
MAX_FD=maximum
@@ -246,4 +249,4 @@ eval "set -- $(
246249
tr '\n' ' '
247250
)" '"$@"'
248251

249-
exec "$JAVACMD" "$@"
252+
exec "$JAVACMD" "$@"

libmpv/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
namespace = "dev.jdtech.mpv"
99
compileSdk = 35
1010
buildToolsVersion = "35.0.0"
11-
ndkVersion = "26.3.11579264"
11+
ndkVersion = "27.0.12077973"
1212

1313
defaultConfig {
1414
minSdk = 26

0 commit comments

Comments
 (0)