From f5712498d39780ba7ba494f8df5c28f20292dd92 Mon Sep 17 00:00:00 2001 From: Andre Bandarra Date: Wed, 2 Jun 2021 14:33:12 +0100 Subject: [PATCH] Bumps version for abh and locationdelegation - abh incorporates changes on the launcher activity. - locationdelegation removes the dependency on androidx.appcompat. --- androidbrowserhelper/build.gradle | 2 +- locationdelegation/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/androidbrowserhelper/build.gradle b/androidbrowserhelper/build.gradle index 0ececa9f..459ef147 100644 --- a/androidbrowserhelper/build.gradle +++ b/androidbrowserhelper/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'com.android.library' apply plugin: 'maven-publish' -def VERSION = "2.2.1-alpha02"; +def VERSION = "2.2.1"; android { compileSdkVersion 30 diff --git a/locationdelegation/build.gradle b/locationdelegation/build.gradle index ddadcabd..1582fed3 100644 --- a/locationdelegation/build.gradle +++ b/locationdelegation/build.gradle @@ -15,7 +15,7 @@ apply plugin: 'com.android.library' apply plugin: 'maven-publish' -def VERSION = "1.0.0-alpha01"; +def VERSION = "1.0.1"; android { compileSdkVersion 30