Skip to content

Commit

Permalink
Merge pull request #61 from andreban/v1.1.0
Browse files Browse the repository at this point in the history
Version 1.1.0
  • Loading branch information
andreban authored Jan 23, 2020
2 parents a18f100 + 2808e33 commit 4e5d1d7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Android Browser helper is available on the Google Maven. To use it, modify your
```gradle
dependencies {
//...
implementation 'com.google.androidbrowserhelper:androidbrowserhelper:1.0.0'
implementation 'com.google.androidbrowserhelper:androidbrowserhelper:1.1.0'
}
```
Expand Down
10 changes: 10 additions & 0 deletions androidbrowserhelper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 1.1.0 (2020-01-22)

* [#53](https://github.com/GoogleChrome/android-browser-helper/pull/53) Provide an Intent to the
browser to focus the TWA. #53 ([@PEConn](https://github.com/PEConn))

## 1.0.0 (2020-01-08)

* android-browser-helper is stable :rocket:
* Uses androidx.browser.1.2.0
* Added Dark Mode Support for the Navigation bar and Status bar
4 changes: 2 additions & 2 deletions androidbrowserhelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionName "1.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -81,7 +81,7 @@ publishing {

groupId 'com.google.androidbrowserhelper'
artifactId 'androidbrowserhelper'
version '1.0.0'
version '1.1.0'

// This ensures that the generated POM file contains the correct Android dependencies.
// The section used the BinTray example as a base:
Expand Down

0 comments on commit 4e5d1d7

Please sign in to comment.