diff --git a/android/README.md b/android/README.md index 77df46f..09ccfa7 100644 --- a/android/README.md +++ b/android/README.md @@ -1,6 +1,7 @@ # Building the demo app Create a new file `local.properties`: + ``` EVERVAULT_APP_ID= EVERVAULT_MERCHANT_ID= @@ -9,3 +10,8 @@ EVERVAULT_MERCHANT_ID= ```bash ./gradlew build ``` + +## Releasing a new version + +1. Bump the version in the `googlepay/build.gradle.kts` file +2. Create a new release in the GitHub repository with the tag `android-v` diff --git a/android/googlepay/build.gradle.kts b/android/googlepay/build.gradle.kts index e2676d6..2fcd8eb 100644 --- a/android/googlepay/build.gradle.kts +++ b/android/googlepay/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "com.evervault.payments" // Maven group ID -version = "android-v0.0.27" // Bump per release +version = "android-v0.0.30" // Bump per release android { namespace = "com.evervault.payments"