From 19c1edb82f5045fde21f7524b798095896f5de73 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 3 Jul 2024 15:19:22 +0200 Subject: [PATCH] chore: bump version to v8.0 --- .idea/kotlinc.xml | 2 +- .idea/other.xml | 263 +++++++++++++++++++++++++++++++++++++++++++ app/build.gradle.kts | 4 +- 3 files changed, 266 insertions(+), 3 deletions(-) create mode 100644 .idea/other.xml diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 0fc31131..8d81632f 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/.idea/other.xml b/.idea/other.xml new file mode 100644 index 00000000..0d3a1fbb --- /dev/null +++ b/.idea/other.xml @@ -0,0 +1,263 @@ + + + + + + \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9d682cfb..faa61569 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.bnyro.recorder" minSdk = 21 targetSdk = 34 - versionCode = 18 - versionName = "7.3" + versionCode = 19 + versionName = "8.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {