diff --git a/app/build.gradle b/app/build.gradle index 0188581..f42327e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,8 +26,8 @@ android { minSdk 29 //noinspection ExpiredTargetSdkVersion targetSdk 29 - versionCode 72 - versionName "0.7.2" + versionCode 73 + versionName "0.7.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -66,4 +66,4 @@ dependencies { implementation "io.noties.markwon:ext-tables:4.6.2" implementation "io.noties.markwon:ext-tasklist:4.6.2" -} \ No newline at end of file +}