We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fda2f0 commit 6367578Copy full SHA for 6367578
.github/pom.xml
@@ -14,6 +14,11 @@
14
<artifactId>android-maven-plugin</artifactId>
15
<version>4.6.0</version>
16
<extensions>true</extensions>
17
+ <configuration>
18
+ <sdk>
19
+ <platform>26</platform>
20
+ </sdk>
21
+ </configuration>
22
<dependencies>
23
<dependency>
24
<groupId>javax.xml.bind</groupId>
.github/workflows/build-android.yml
@@ -43,6 +43,8 @@ jobs:
43
44
- name: Set up Android SDK
45
uses: android-actions/setup-android@v3
46
+ with:
47
+ packages: 'platforms;android-26'
48
49
- name: Build mobile package
50
run: |
0 commit comments