diff --git a/android/Omnivore/app/build.gradle b/android/Omnivore/app/build.gradle index e847b3c50..9315da3bf 100644 --- a/android/Omnivore/app/build.gradle +++ b/android/Omnivore/app/build.gradle @@ -19,8 +19,8 @@ android { applicationId "app.omnivore.omnivore" minSdk 26 targetSdk 34 - versionCode 188 - versionName "0.0.188" + versionCode 189 + versionName "0.189.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { @@ -85,7 +85,6 @@ android { } dependencies { - def nav_version = "" implementation("androidx.core:core-ktx:1.12.0") implementation("androidx.appcompat:appcompat:1.6.1")