Skip to content

Commit 6367578

Browse files
committed
android build
1 parent 3fda2f0 commit 6367578

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<artifactId>android-maven-plugin</artifactId>
1515
<version>4.6.0</version>
1616
<extensions>true</extensions>
17+
<configuration>
18+
<sdk>
19+
<platform>26</platform>
20+
</sdk>
21+
</configuration>
1722
<dependencies>
1823
<dependency>
1924
<groupId>javax.xml.bind</groupId>

.github/workflows/build-android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343

4444
- name: Set up Android SDK
4545
uses: android-actions/setup-android@v3
46+
with:
47+
packages: 'platforms;android-26'
4648

4749
- name: Build mobile package
4850
run: |

0 commit comments

Comments
 (0)