diff --git a/app/build.gradle b/app/build.gradle index 71f3108b1..5dca640fa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "org.ole.planet.myplanet" minSdkVersion 26 targetSdkVersion 34 - versionCode 2026 - versionName "0.20.26" + versionCode 2027 + versionName "0.20.27" ndkVersion '21.3.6528147' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -189,7 +189,7 @@ dependencies { implementation 'de.hdodenhof:circleimageview:3.1.0' implementation 'de.rtner:PBKDF2:1.1.4' implementation 'org.osmdroid:osmdroid-android:6.1.20' - implementation 'org.jetbrains:annotations:26.0.0' + implementation 'org.jetbrains:annotations:26.0.1' implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3" implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.29'