Skip to content

Commit 56e078d

Browse files
committed
release: stable release v0.1
1 parent 72c4286 commit 56e078d

File tree

3 files changed

+5
-24
lines changed

3 files changed

+5
-24
lines changed

.gitignore

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,4 @@ testem.log
4242

4343
# System Files
4444
.DS_Store
45-
Thumbs.db
46-
/backup
47-
45+
Thumbs.db

Dockerfile

+1-12
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,4 @@ RUN sdkmanager \
5757
"build-tools;29.0.2"
5858

5959
# API_LEVEL string gets replaced by m4
60-
RUN sdkmanager "platforms;android-29"
61-
62-
63-
64-
# ## install flutter
65-
# RUN git clone --single-branch --branch beta https://github.com/flutter/flutter.git /opt/flutter/
66-
# ENV PATH="$PATH:/opt/flutter/bin"
67-
# RUN flutter upgrade && flutter config --no-analytics
68-
69-
70-
71-
60+
RUN sdkmanager "platforms;android-29"

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@ This action sets up a android environment for use in actions. It works on Linux,
55
# Usage
66

77
```yaml
8-
steps:
9-
- uses: actions/checkout@v1
10-
- uses: actions/setup-java@v1
11-
with:
12-
java-version: '8.x'
13-
- uses: kineticengines/setup-android-actions@v1
14-
with:
15-
api-version: '29'
8+
- uses: kineticengines/setup-android-actions@v0.1
9+
- uses: actions/checkout@v1
1610
```
1711
18-
If the `api-version` is not provided, the latest API version will be used. At this time, that is API version 29 (Android 10)
12+
The latest Android API version (Android 10 - v29) is be used and set as default.

0 commit comments

Comments
 (0)