Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
dd89ea45
Commit
dd89ea45
authored
Sep 11, 2023
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
android/AndroidManifest.xml: raise minSdkVersion to 24
This is needed to build libFLAC which uses ftello().
parent
101e12cf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
NEWS
NEWS
+2
-0
AndroidManifest.xml
android/AndroidManifest.xml
+1
-1
build.py
android/build.py
+1
-1
No files found.
NEWS
View file @
dd89ea45
...
@@ -6,6 +6,8 @@ ver 0.23.14 (not yet released)
...
@@ -6,6 +6,8 @@ ver 0.23.14 (not yet released)
- wasapi: fix problem setting volume
- wasapi: fix problem setting volume
* more libfmt 10 fixes
* more libfmt 10 fixes
* fix auto-detected systemd unit directory
* fix auto-detected systemd unit directory
* Android
- require Android 7 or newer
ver 0.23.13 (2023/05/22)
ver 0.23.13 (2023/05/22)
* input
* input
...
...
android/AndroidManifest.xml
View file @
dd89ea45
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
android:versionCode=
"72"
android:versionCode=
"72"
android:versionName=
"0.23.14"
>
android:versionName=
"0.23.14"
>
<uses-sdk
android:minSdkVersion=
"2
1
"
android:targetSdkVersion=
"30"
/>
<uses-sdk
android:minSdkVersion=
"2
4
"
android:targetSdkVersion=
"30"
/>
<uses-feature
android:name=
"android.software.leanback"
<uses-feature
android:name=
"android.software.leanback"
android:required=
"false"
/>
android:required=
"false"
/>
...
...
android/build.py
View file @
dd89ea45
...
@@ -78,7 +78,7 @@ class AndroidNdkToolchain:
...
@@ -78,7 +78,7 @@ class AndroidNdkToolchain:
self
.
build_path
=
build_path
self
.
build_path
=
build_path
ndk_arch
=
abi_info
[
'ndk_arch'
]
ndk_arch
=
abi_info
[
'ndk_arch'
]
android_api_level
=
'2
1
'
android_api_level
=
'2
4
'
install_prefix
=
os
.
path
.
join
(
arch_path
,
'root'
)
install_prefix
=
os
.
path
.
join
(
arch_path
,
'root'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment