Browse Source

add github action

git@yoqi.me 7 months ago
parent
commit
10a2c73e2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/android.yml

+ 1 - 1
.github/workflows/android.yml

@@ -17,7 +17,7 @@ jobs:
     - name: set up JDK 1.8
       uses: actions/setup-java@v1
       with:
-        java-version: 1.8
+        java-version: 11
         
     - name: Build Debug APK
       run: ./gradlew assembleDebug