Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3cky committed Jul 13, 2020
1 parent 7ff10d2 commit 7109212
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 1
versionName "1.0"
versionName "1.1.0"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7109212

Please sign in to comment.