File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Currently limited to wvHtml.
10
10
[ sample-app/app/build.gradle] ( sample-app/app/build.gradle ) contains code to load the library as a dependency in Gradle.
11
11
``` gradle
12
12
dependencies {
13
- implementation 'com.viliussutkus89:wvware-android:1.2.0 '
13
+ implementation 'com.viliussutkus89:wvware-android:1.2.3 '
14
14
}
15
15
```
16
16
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " com.viliussutkus89.android.wvware.sampleapp"
9
9
minSdkVersion 19
10
10
targetSdkVersion 29
11
- versionCode 1
12
- versionName ' 1.2.0 '
11
+ versionCode 19
12
+ versionName ' 1.2.3 '
13
13
}
14
14
splits {
15
15
abi {
@@ -23,7 +23,7 @@ android {
23
23
}
24
24
25
25
dependencies {
26
- implementation ' com.viliussutkus89:wvware-android:1.2.0 '
26
+ implementation ' com.viliussutkus89:wvware-android:1.2.3 '
27
27
28
28
implementation ' com.google.android.gms:play-services-oss-licenses:17.0.0'
29
29
Original file line number Diff line number Diff line change 16
16
* along with this program. If not, see <https://www.gnu.org/licenses/>.
17
17
*/
18
18
19
- version = ' 1.2.3 '
19
+ version = ' 1.2.4 '
20
20
group = ' com.viliussutkus89'
21
21
22
22
apply plugin : ' com.android.library'
@@ -30,7 +30,7 @@ android {
30
30
minSdkVersion 16
31
31
targetSdkVersion 29
32
32
33
- versionCode 19
33
+ versionCode 20
34
34
versionName project. version
35
35
36
36
archivesBaseName = rootProject. name
You can’t perform that action at this time.
0 commit comments