We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677309a commit 4fe34b7Copy full SHA for 4fe34b7
2 files changed
gradle.properties
@@ -13,7 +13,7 @@ android.nonTransitiveRClass=true
13
14
GROUP=dev.robercoding
15
POM_ARTIFACT_ID=html-screenshot
16
-VERSION_NAME=0.0.1-alpha01
+VERSION_NAME=0.0.1-alpha02
17
18
POM_NAME=HTML Screenshot
19
POM_DESCRIPTION=Take a screenshot of a webview loaded with local HTML and save it as image.
html-screenshot/build.gradle.kts
@@ -8,9 +8,6 @@ plugins {
8
`maven-publish`
9
}
10
11
-group = "dev.robercoding"
12
-version = "1.0.0-alpha02"
-
kotlin {
androidTarget {
publishLibraryVariants("release")
0 commit comments