From 3a2cfd22e6575a67b1e8800e9563dd9cbb54a493 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 20 Jan 2021 20:27:04 +0530 Subject: Migrate versioning to Gradle plugin and automate version bumps (#1282) --- app/version.properties | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/version.properties (limited to 'app/version.properties') diff --git a/app/version.properties b/app/version.properties new file mode 100644 index 00000000..c8113cb7 --- /dev/null +++ b/app/version.properties @@ -0,0 +1,6 @@ +# +#This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY. +# +#Sun Jan 17 12:32:03 IST 2021 +versioning-plugin.versionCode=20000 +versioning-plugin.versionName=2.0.0-SNAPSHOT -- cgit v1.2.3