Prepare next development iteration (version 0.0.2-dev)
1 files changed, 2 insertions(+), 2 deletions(-) M app/build.gradle
M app/build.gradle => app/build.gradle +2 -2
@@ 10,8 10,8 @@ android { applicationId "net.sinyax.chores" minSdkVersion 26 targetSdkVersion 29 - versionCode 2 - versionName "0.0.1" + versionCode 3 + versionName "0.0.2-dev" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }