From 0962aff42c12d87e4186929d505e6cc9ffaf1ce5 Mon Sep 17 00:00:00 2001 From: Tiim Date: Fri, 27 Oct 2023 08:24:47 +0200 Subject: [PATCH] v0.1.5-pre.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e255f5c..8f818eb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { minSdk 24 targetSdk 32 versionCode 7 - versionName "0.1.4" + versionName "0.1.5-pre.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -57,4 +57,4 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' -} \ No newline at end of file +}