diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2f93f0e..8c4acd0 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -8,7 +8,6 @@ on: jobs: build: - runs-on: ubuntu-latest steps: @@ -21,6 +20,17 @@ jobs: distribution: 'temurin' cache: gradle + - name: Set up Android SDK + uses: android-actions/setup-android@v3 + with: + api-level: 35 + target: default + arch: x86_64 + + - name: Create local.properties + run: | + echo "sdk.dir=$ANDROID_SDK_ROOT" > local.properties + - name: Grant execute permission for gradlew run: chmod +x gradlew diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index b268ef3..d30de07 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -4,6 +4,14 @@ diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..c2bae49 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 0ad17cb..8978d23 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,3 @@ - diff --git a/.idea/other.xml b/.idea/other.xml index 457b2de..5898d34 100644 --- a/.idea/other.xml +++ b/.idea/other.xml @@ -47,6 +47,17 @@