diff --git a/README.md b/README.md index 4f37c00..d5368db 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,4 @@ The following download sources are available: - [APK](https://github.com/TimPushkin/DepNav/releases) – download, install, and update DepNav manually -Android 5.0 or newer required. +Android 7 or newer required. diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1c01d8c..6bf84f0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,7 +11,7 @@ plugins { object Version { private const val MAJOR = 1 private const val MINOR = 4 - private const val PATCH = 4 + private const val PATCH = 5 const val CODE = MAJOR * 10000 + MINOR * 100 + PATCH const val NAME = "$MAJOR.$MINOR.$PATCH"