Skip to content

Commit

Permalink
Merge pull request #294 from andreban/abh-location-bump
Browse files Browse the repository at this point in the history
Bumps version for abh and locationdelegation
  • Loading branch information
andreban authored Jun 2, 2021
2 parents 3357443 + f571249 commit 893dbc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion androidbrowserhelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion locationdelegation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 893dbc1

Please sign in to comment.