Skip to content

Commit

Permalink
Bump version of librar to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
erikeeldeiz committed Oct 4, 2018
1 parent 463c2bf commit 53bca5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions html2bitmapdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 53bca5a

Please sign in to comment.