Skip to content

Commit

Permalink
Updated version to 2.2.2, mainteinance
Browse files Browse the repository at this point in the history
  • Loading branch information
cioccarellia committed Nov 16, 2020
1 parent 6a1e8d4 commit eb45a36
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion .idea/runConfigurations/Launch_Test_App.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### TLDR
```gradle
implementation 'com.cioccarellia:ksprefs:2.2.1'
implementation 'com.cioccarellia:ksprefs:2.2.2'
```

- :zap: Powerful SharedPreferences wrapper & API.
Expand Down
2 changes: 1 addition & 1 deletion gradle/android_bintray_config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ publish {
bintrayKey = getBintrayCredentialArray()[2]

groupId = library.publish_group
artifactId = "ksprefs"
artifactId = library.artifact
publishVersion = library.publish_version
desc = library.description
website = library.website
Expand Down
1 change: 0 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies {
implementation deps.kotlin.coroutines.android
implementation deps.androidx.lifecycle.ext

testImplementation deps.kotlin.test.mockito
testImplementation deps.kotlin.test.mockito
testImplementation deps.test.robolectric
testImplementation deps.test.junit
Expand Down
6 changes: 4 additions & 2 deletions library_info.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ ext.library = [
min_sdk : 19,
compile_sdk : 30,

artifact : "ksprefs",

publish_group : "com.cioccarellia",
publish_version : "2.2.1",
publish_version_code: 221,
publish_version : "2.2.2",
publish_version_code: 222,

description : "Kotlin SharedPreferences, Simplified",
website : "https://github.com/cioccarellia/ksprefs"
Expand Down

0 comments on commit eb45a36

Please sign in to comment.