Skip to content

Commit 7f826e0

Browse files
Merge branch 'master' of github.com:ViliusSutkus89/wvWare-Android
2 parents 1b4d5cc + 8aa77cf commit 7f826e0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Currently limited to wvHtml.
1010
[sample-app/app/build.gradle](sample-app/app/build.gradle) contains code to load the library as a dependency in Gradle.
1111
```gradle
1212
dependencies {
13-
implementation 'com.viliussutkus89:wvware-android:1.2.0'
13+
implementation 'com.viliussutkus89:wvware-android:1.2.3'
1414
}
1515
```
1616

sample-app/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.viliussutkus89.android.wvware.sampleapp"
99
minSdkVersion 19
1010
targetSdkVersion 29
11-
versionCode 1
12-
versionName '1.2.0'
11+
versionCode 19
12+
versionName '1.2.3'
1313
}
1414
splits {
1515
abi {
@@ -23,7 +23,7 @@ android {
2323
}
2424

2525
dependencies {
26-
implementation 'com.viliussutkus89:wvware-android:1.2.0'
26+
implementation 'com.viliussutkus89:wvware-android:1.2.3'
2727

2828
implementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'
2929

wvWare/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
*/
1818

19-
version = '1.2.3'
19+
version = '1.2.4'
2020
group = 'com.viliussutkus89'
2121

2222
apply plugin: 'com.android.library'
@@ -30,7 +30,7 @@ android {
3030
minSdkVersion 16
3131
targetSdkVersion 29
3232

33-
versionCode 19
33+
versionCode 20
3434
versionName project.version
3535

3636
archivesBaseName = rootProject.name

0 commit comments

Comments
 (0)