Skip to content

Commit 4fe34b7

Browse files
committed
Update version
1 parent 677309a commit 4fe34b7

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android.nonTransitiveRClass=true
1313

1414
GROUP=dev.robercoding
1515
POM_ARTIFACT_ID=html-screenshot
16-
VERSION_NAME=0.0.1-alpha01
16+
VERSION_NAME=0.0.1-alpha02
1717

1818
POM_NAME=HTML Screenshot
1919
POM_DESCRIPTION=Take a screenshot of a webview loaded with local HTML and save it as image.

html-screenshot/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ plugins {
88
`maven-publish`
99
}
1010

11-
group = "dev.robercoding"
12-
version = "1.0.0-alpha02"
13-
1411
kotlin {
1512
androidTarget {
1613
publishLibraryVariants("release")

0 commit comments

Comments
 (0)