diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d49967e..7865712 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,11 +10,11 @@ jobs: - name: Set up JDK uses: actions/setup-java@v4 with: - java-version: 11 + java-version: 21 distribution: adopt-hotspot - name: Setup Android SDK - uses: android-actions/setup-android@v2 + uses: android-actions/setup-android@v3 - name: Build release APK run: ./gradlew assembleRelease diff --git a/.gitignore b/.gitignore index 726f90d..da436dc 100644 --- a/.gitignore +++ b/.gitignore @@ -43,6 +43,8 @@ captures/ .idea/dictionaries .idea/libraries .idea/caches +.idea/deploymentTargetDropDown.xml +.idea/deploymentTargetSelector.xml # Keystore files *.jks diff --git a/.idea/compiler.xml b/.idea/compiler.xml index fb7f4a8..b86273d 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/dynamic.xml b/.idea/dynamic.xml new file mode 100644 index 0000000..bf7b438 --- /dev/null +++ b/.idea/dynamic.xml @@ -0,0 +1,37 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index c7de50b..6c7c6be 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,17 +5,17 @@ diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index a5f05cd..e34606c 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -21,5 +21,10 @@