Skip to content

Commit

Permalink
Update README.md and sample app to match versions with to be released…
Browse files Browse the repository at this point in the history
… library version (1.2.7)
  • Loading branch information
ViliusSutkus89 authored and github-actions[bot] committed May 12, 2022
1 parent 34ac640 commit 4bcdd3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Limited to wvHtml.
[application/app/build.gradle](application/app/build.gradle) contains code to load the library as a dependency in Gradle.
```gradle
dependencies {
implementation 'com.viliussutkus89:wvware-android:1.2.6'
implementation 'com.viliussutkus89:wvware-android:1.2.7'
}
```

Expand Down
4 changes: 2 additions & 2 deletions application/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.viliussutkus89.android.wvware.application"
minSdkVersion 16
targetSdkVersion 32
versionCode 22
versionName '1.2.6'
versionCode 23
versionName '1.2.7.0'
}
splits {
abi {
Expand Down

0 comments on commit 4bcdd3b

Please sign in to comment.