Change manual location text to indicate that the location is from gps in the cases where gps location is used. Also updated gradle and changed version info.

This commit is contained in:
ottoptj 2024-08-12 22:02:06 +03:00
commit 56c57b66a9
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.5.1" apply false
id("com.android.application") version "8.5.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
}