diff --git a/.github/workflows/Android-CI.yml b/.github/workflows/Android-CI.yml
index 97ea8c5..699103c 100644
--- a/.github/workflows/Android-CI.yml
+++ b/.github/workflows/Android-CI.yml
@@ -13,10 +13,10 @@ jobs:
steps:
- name: Checkout current repository in macos' file system
uses: actions/checkout@v2
- - name: Setup JDK 11
+ - name: Setup JDK 17
uses: actions/setup-java@v2
with:
- java-version: '11'
+ java-version: '17'
distribution: 'temurin'
cache: gradle
@@ -42,10 +42,10 @@ jobs:
- build-and-test
steps:
- uses: actions/checkout@v2
- - name: Setup JDK 11
+ - name: Setup JDK 17
uses: actions/setup-java@v2
with:
- java-version: '11'
+ java-version: '17'
distribution: 'temurin'
cache: gradle
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index fb7f4a8..b589d56 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml
new file mode 100644
index 0000000..0c0c338
--- /dev/null
+++ b/.idea/deploymentTargetDropDown.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
index a2d7c21..f01eec3 100644
--- a/.idea/gradle.xml
+++ b/.idea/gradle.xml
@@ -5,8 +5,8 @@