Skip to content

Commit

Permalink
Merge pull request #4 from akexorcist/release/1.1.0
Browse files Browse the repository at this point in the history
Update version to 1.1.0
  • Loading branch information
akexorcist authored Apr 11, 2023
2 parents caef4e7 + d7d89ab commit daf669a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Download
**Gradle**

```groovy
implementation 'com.akexorcist.filewritercompat:core:1.0.0'
implementation 'com.akexorcist.filewritercompat:core:1.1.0'
// If you want to handle the runtime permission requesting from the library
implementation 'com.akexorcist.filewritercompat:permission:1.0.0'
implementation 'com.akexorcist.filewritercompat:permission:1.1.0'
```

Feature
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation project(path: ':file-writer-compat:core')
implementation project(path: ':file-writer-compat:permission')
// implementation 'com.akexorcist.filewritercompat:core:1.0.0'
// implementation 'com.akexorcist.filewritercompat:permission:1.0.0'
// implementation 'com.akexorcist.filewritercompat:core:1.1.0'
// implementation 'com.akexorcist.filewritercompat:permission:1.1.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
targetSdkVersion = 33
minSdkVersion = 21

versionName = '1.0.0'
versionCode = 1
versionName = '1.1.0'
versionCode = 2
}
}

Expand Down
2 changes: 1 addition & 1 deletion file-writer-compat/permission/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
dependencies {

implementation project(path: ':file-writer-compat:core')
// implementation 'com.akexorcist.filewritercompat:core:1.0.0'
// implementation 'com.akexorcist.filewritercompat:core:1.1.0'
implementation 'com.markodevcic:peko:3.0.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
Expand Down

0 comments on commit daf669a

Please sign in to comment.