DEADSOFTWARE

Update android.yml
authorfredboy <fredboy@protonmail.com>
Sun, 14 Apr 2024 17:28:03 +0000 (00:28 +0700)
committerGitHub <noreply@github.com>
Sun, 14 Apr 2024 17:28:03 +0000 (00:28 +0700)
.github/workflows/android.yml

index e519f16f82d0fe5a1e47508a47554d29b9c021df..1ab91fa8fe8d7ad37b6e5d19c3433b9a4949ed7c 100644 (file)
@@ -13,10 +13,10 @@ jobs:
 
     steps:
     - uses: actions/checkout@v3
-    - name: set up JDK 11
+    - name: set up JDK 17
       uses: actions/setup-java@v3
       with:
-        java-version: '11'
+        java-version: '17'
         distribution: 'temurin'
         cache: gradle