Browse Source

update jdk to 17

lqg 9 months ago
parent
commit
3ae2d51fa6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/android.yml

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

@@ -14,10 +14,10 @@ jobs:
     steps:
     - uses: actions/checkout@v2
 
-    - name: set up JDK 11
+    - name: set up JDK 17
       uses: actions/setup-java@v1
       with:
-        java-version: 11
+        java-version: 17
         
     - name: Build Debug APK
       run: ./gradlew assembleDebug