Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusja committed Dec 14, 2020
1 parent 04badb7 commit 4e8032b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A library to access USB mass storage devices (pen drives, external HDDs, card re
The library can be included into your project like this:

```ruby
implementation 'me.jahnen:libaums:0.7.6'
implementation 'me.jahnen:libaums:0.8.0'
```

If you need the HTTP or the storage provider module:
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
6 changes: 3 additions & 3 deletions libaums/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'com.hiya.jacoco-android'
ext {
artifact = 'libaums'
bintrayName = 'libaums'
libraryVersion = '0.7.7'
libraryVersion = '0.8.0'
}

configurations {
Expand All @@ -21,8 +21,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 29
versionCode 75
versionName "0.7.7"
versionCode 80
versionName "0.8.0"

externalNativeBuild {
cmake {
Expand Down

0 comments on commit 4e8032b

Please sign in to comment.