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