From 98c89ac157b3d8fcb08c5b071bb5e5533bc3ab27 Mon Sep 17 00:00:00 2001
From: Virt <41426325+VirtCode@users.noreply.github.com>
Date: Thu, 1 Aug 2024 23:22:36 +0200
Subject: [PATCH] Use JDK 21 in CI, bump version
---
.github/workflows/release.yml | 3 ++-
app/build.gradle | 4 ++--
app/src/main/res/values/strings.xml | 4 ++--
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 74bf3f4..103079b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -20,7 +20,8 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v4
with:
- java-version: '17'
+ # if you change this - remember to announce that the build sdk has changed. see #20
+ java-version: '21'
distribution: 'temurin'
- name: Setup Gradle
diff --git a/app/build.gradle b/app/build.gradle
index bb58d82..aec8867 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -14,8 +14,8 @@ android {
compileSdk 30
minSdk 28
- versionCode 5
- versionName "1.4.1"
+ versionCode 6
+ versionName "1.4.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index a88481d..420bbca 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -119,10 +119,10 @@
In order to see nearby devices, you must have location turn on. If you don\'t want to enable location, you can still add a device manually.
Enable Location
About
- 1.4.1
+ 1.4.2
Version:
Last updated at:
- 14.02.24
+ 01.08.24
This app tries to make your smartphone usable as a normal computer mouse. It estimates its the position of the Smartphone by processing accelerometer and gyroscope data in its custom sensor-fusion algorithm. However, this estimation is not always correct, which leads to different artifacts and wrong movements of the cursor. Because of that, this app is far from finished and should not be treated as a finished product.
This app is open source and may be found on GitHub.
If this process is taking too long, you may restart the app and select another device.