diff --git a/android/app/build.gradle b/android/app/build.gradle index 45c8f08..ff26a40 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.benoiteirik.theochrone" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 3 - versionName "2.1" + versionCode 4 + versionName "2.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/pages/index.vue b/pages/index.vue index 4e07b08..044f90e 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -131,7 +131,8 @@ const scrollSearchPosition = ref(0)
- + @@ -155,7 +156,8 @@ const scrollSearchPosition = ref(0) - + +
-