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 +}