Skip to content

Commit 6d7767b

Browse files
androidbrowserhelper version bump to 2.7.0
1 parent e9d1d55 commit 6d7767b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Android Browser helper is available on the Google Maven. To use it, modify your
1919
```gradle
2020
dependencies {
2121
//...
22-
implementation 'com.google.androidbrowserhelper:androidbrowserhelper:2.4.0'
22+
implementation 'com.google.androidbrowserhelper:androidbrowserhelper:2.7.0'
2323
}
2424
2525
```

androidbrowserhelper/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ plugins {
2222
// Before 2.6.1, the version code was unused and was kept at 1.
2323
// This is now being used to report metrics, and should be bumped with
2424
// every version bump.
25-
def VERSION = "2.7.0-alpha03";
26-
def VERSION_CODE = 5;
25+
def VERSION = "2.7.0";
26+
def VERSION_CODE = 6;
2727

2828
android {
2929
namespace "com.google.androidbrowserhelper"

0 commit comments

Comments
 (0)