From a9b7aea83d2566b3b551dc25117c83798f834b9c Mon Sep 17 00:00:00 2001 From: lalwani Date: Mon, 17 Jun 2024 10:47:03 -0700 Subject: [PATCH] changing the auth module versioning to 2.0 rest of the modules are still at 0.10.11-SNAPSHOT --- authentication/gradle.properties | 3 ++- gradle.properties | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/authentication/gradle.properties b/authentication/gradle.properties index 3efd11aa..02b06eb2 100644 --- a/authentication/gradle.properties +++ b/authentication/gradle.properties @@ -19,4 +19,5 @@ POM_ARTIFACT_ID=authentication POM_PACKAGING=aar POM_DESCRIPTION=The official Uber Core Android SDK. version=2.0.0 -VERSION_NAME=2.0.0 \ No newline at end of file +VERSION_NAME=2.0.0 +GROUP=com.uber.sdk2 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index c8caf7d5..d75667e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ #Wed, 16 Aug 2023 23:45:52 -0700 -GROUP=com.uber.sdk2 +GROUP=com.uber.sdk #Version is managed by Gradle Release Plugin -version=0.10.11 -VERSION_NAME=0.10.11 +version=0.10.11-SNAPSHOT +VERSION_NAME=0.10.11-SNAPSHOT POM_URL=https\://developer.uber.com POM_SCM_URL=https\://github.com/uber/rides-android-sdk/