diff --git a/gradle.properties b/gradle.properties index 0b20cbd..a4e64a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,9 +13,8 @@ org.gradle.jvmargs=-Xmx1536m # org.gradle.parallel=true android.useAndroidX=true android.enableJetifier=true - -VERSION_CODE=8 -VERSION_NAME=1.7 +VERSION_CODE=9 +VERSION_NAME=1.8 GROUP=com.izettle POM_DESCRIPTION=Html2Bitmap diff --git a/html2bitmapdemo/build.gradle b/html2bitmapdemo/build.gradle index 1a30a11..376ca7b 100644 --- a/html2bitmapdemo/build.gradle +++ b/html2bitmapdemo/build.gradle @@ -24,8 +24,8 @@ android { } dependencies { - // implementation 'com.izettle:html2bitmap:1.7' - implementation project(":html2bitmap") + implementation 'com.izettle:html2bitmap:1.8' + // implementation project(":html2bitmap") implementation 'androidx.appcompat:appcompat:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'