All Downloads are FREE. Search and download functionalities are using the official Maven repository.

versioning.Constants.kt Maven / Gradle / Ivy

The newest version!
/*
 * Copyright © 2014-2022 The Android Password Store Authors. All Rights Reserved.
 * SPDX-License-Identifier: GPL-3.0-only
 */

package versioning

const val VERSIONING_PROP_FILE = "version.properties"
const val VERSIONING_PROP_VERSION_NAME = "versioning-plugin.versionName"
const val VERSIONING_PROP_VERSION_CODE = "versioning-plugin.versionCode"
const val VERSIONING_PROP_COMMENT =
  """#
# This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY.
#"""




© 2015 - 2025 Weber Informatics LLC | Privacy Policy