diff --git a/README.md b/README.md index 523f1cb..2f45bef 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ allprojects { Add library to dependencies: ```gradle dependencies { - implementation 'com.github.3cky:usb-i2c-android:1.0.1' + implementation 'com.github.3cky:usb-i2c-android:1.1.0' } ``` diff --git a/app/build.gradle b/app/build.gradle index c0deb95..1bf2649 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { minSdkVersion 21 targetSdkVersion 29 versionCode 1 - versionName "1.0" + versionName "1.1.0" } buildTypes { release { diff --git a/lib/build.gradle b/lib/build.gradle index 994d705..29df98f 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven' project.archivesBaseName='usb-i2c-android' group='com.github.3cky' -version='1.0.1' +version='1.1.0' android { compileSdkVersion 29