We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9a5765 + c1ab114 commit d6e22bdCopy full SHA for d6e22bd
2 files changed
.github/workflows/android.yml
@@ -0,0 +1,13 @@
1
+name: CI
2
+
3
+on: [push]
4
5
+jobs:
6
+ build:
7
8
+ runs-on: ubuntu-latest
9
10
+ steps:
11
+ - uses: actions/checkout@v1
12
+ - name: Build debug APK
13
+ run: ./gradlew :app:assembleDebug
README.md
@@ -1,3 +1,5 @@
+
# m-tsunami-android
宮崎津波防災 Android
0 commit comments