Commit a981f99 1 parent c14949c commit a981f99 Copy full SHA for a981f99
File tree 5 files changed +10
-7
lines changed
5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 3
3
# # Dependency versions
4
4
5
5
v_sdk=11076708_latest
6
- v_ndk=26.3.11579264
6
+ v_ndk=27.0.12077973
7
7
v_sdk_build_tools=35.0.0
8
8
9
9
v_lua=5.2.4
Original file line number Diff line number Diff line change 1
1
[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 "
4
4
publish-plugin = " 2.0.0"
5
5
6
6
[libraries ]
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
#
18
+ # SPDX-License-Identifier: Apache-2.0
19
+ #
18
20
19
21
# #############################################################################
20
22
#
84
86
# shellcheck disable=SC2034
85
87
APP_BASE_NAME=${0##*/ }
86
88
# 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
88
91
89
92
# Use the maximum available, or set MAX_FD != -1 to use that value.
90
93
MAX_FD=maximum
@@ -246,4 +249,4 @@ eval "set -- $(
246
249
tr ' \n' ' '
247
250
) " ' "$@"'
248
251
249
- exec " $JAVACMD " " $@ "
252
+ exec " $JAVACMD " " $@ "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
8
8
namespace = " dev.jdtech.mpv"
9
9
compileSdk = 35
10
10
buildToolsVersion = " 35.0.0"
11
- ndkVersion = " 26.3.11579264 "
11
+ ndkVersion = " 27.0.12077973 "
12
12
13
13
defaultConfig {
14
14
minSdk = 26
You can’t perform that action at this time.
0 commit comments