Commit graph

687 commits

Author SHA1 Message Date
matt-ramotar
53a974e423
Prepare next development version (#468)
Signed-off-by: mramotar <mramotar@dropbox.com>

Signed-off-by: mramotar <mramotar@dropbox.com>
2022-11-29 10:09:04 -05:00
matt-ramotar
59a20f91dd
Bump Maven publish plugin (#467)
* Bump Maven publish plugin

Signed-off-by: mramotar <mramotar@dropbox.com>

* Use Dropbox Store

Signed-off-by: mramotar <mramotar@dropbox.com>

Signed-off-by: mramotar <mramotar@dropbox.com>
2022-11-29 09:33:26 -05:00
matt-ramotar
d04cd73ef1
Prepare for release 4.0.7 (#465)
Signed-off-by: mramotar <mramotar@dropbox.com>

Signed-off-by: mramotar <mramotar@dropbox.com>
2022-11-20 12:15:33 -05:00
matt-ramotar
61a57e5d70
Prepare for release 4.0.6 (#464)
Signed-off-by: mramotar <mramotar@dropbox.com>

Signed-off-by: mramotar <mramotar@dropbox.com>
2022-11-20 12:04:26 -05:00
matt-ramotar
157a2161a9
Flip coordinates (#463)
Signed-off-by: mramotar <mramotar@dropbox.com>

Signed-off-by: mramotar <mramotar@dropbox.com>
2022-11-20 11:16:52 -05:00
lukisk
36a548bc43
Remove downstream channel in noncancellable context. (#440)
Verifying that the channel is properly removed when the downstream flow is cancelled.

Signed-off-by: lukisk <luki.sk@gmail.com>

Signed-off-by: lukisk <luki.sk@gmail.com>
2022-09-07 18:28:24 -04:00
dependabot[bot]
698f49c158
Bump versions.kotlin from 1.6.10 to 1.6.20 (#427)
Bumps `versions.kotlin` from 1.6.10 to 1.6.20.

Updates `kotlin-gradle-plugin` from 1.6.10 to 1.6.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-serialization` from 1.6.10 to 1.6.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-test` from 1.6.10 to 1.6.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-test-junit` from 1.6.10 to 1.6.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-18 19:04:50 -04:00
dependabot[bot]
eb7627aae4
Bump material from 1.4.0 to 1.6.0 (#434)
Bumps [material](https://github.com/material-components/material-components-android) from 1.4.0 to 1.6.0.
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](https://github.com/material-components/material-components-android/compare/1.4.0...1.6.0)

---
updated-dependencies:
- dependency-name: com.google.android.material:material
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-18 19:03:59 -04:00
Mike Nakhimovich
20aa57a002
upgrade agp (#441)
Co-authored-by: Mike Nakhimovich <mnakhimovich@MacBook-Pro.localdomain>
2022-08-18 18:59:44 -04:00
dependabot[bot]
d08048d8b4
Bump gradle from 7.1.2 to 7.2.1 (#437)
Bumps gradle from 7.1.2 to 7.2.1.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-08 08:59:59 -04:00
lukisk
4cc5b052d9
release fetcher in nonCancellable scope (#432)
* release fetcher in nonCancellable scope

* replace wildcard imports
2022-04-22 19:20:25 -05:00
Sam Edwards
fb55f6a0c7
Update CHANGELOG and Sample App to use 4.0.5. (#426)
* Update sample app to use latest stable version 4.0.5.

* Update README to point to latest version 4.0.5

* Updated CHANGELOG to call out support for older Kotlin versions.

Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-30 12:56:54 -04:00
Brent Watson
9721acd244
Keep README in sync with changes from PR #200 (#403) 2022-03-30 10:19:00 -04:00
dependabot[bot]
e612226d76
Bump spotless-plugin-gradle from 6.3.0 to 6.4.1 (#425)
Bumps spotless-plugin-gradle from 6.3.0 to 6.4.1.

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-plugin-gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-30 10:14:29 -04:00
Sam Edwards
8f1f9d1663
Prepare next development version 4.0.6-SNAPSHOT (#424)
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-30 09:58:20 -04:00
Sam Edwards
57d4ddffb8
Prepare for Release 4.0.5 (#423)
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-30 09:39:54 -04:00
dependabot[bot]
96780ca7d5
Bump constraintlayout from 2.1.2 to 2.1.3 (#388)
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/androidx/constraintlayout/releases)
- [Commits](https://github.com/androidx/constraintlayout/compare/2.1.2...2.1.3)

---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-21 09:46:43 -04:00
Sam Edwards
c9550cab67
Use Java 11 for Publish job as well. (#418)
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-17 15:31:45 -04:00
Sam Edwards
83205da5ec
Version Bumps - AGP 7.1.2, Kotlin 1.6.10 and related updates (#414)
* Latest is 0.8.0, but 0.4.0 works.  Starts to break at 0.5.0.

* Kotlin Atomic Plugin working with 0.14.4

* Atomic Kotlin Plugin working with 0.15.0

* Atomic Kotlin Plugin working with 0.15.1

* Upgrade Gradle Wrapper to 7.4.1

* AGP 4.1.0 -> 4.2.0

* AGP 4.2.0 -> 7.0.2

* AGP 7.0.2 -> 7.1.2

* Kotlin 1.6.10 and Spotless Plugin 6.3.0 Upgrade

* WARNING:The specified Android SDK Build Tools version (29.0.3) is ignored, as it is below the minimum supported version (30.0.3) for Android Gradle Plugin 7.1.2.

* Using --rerun-tasks instead of clean.

* KT Lint formatting update.

Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-17 14:03:15 -04:00
Sam Edwards
009cf8cfd7
Remove Kotlin Android Extensions (#416)
* Removed Kotlin Android Extensions from Sample App

* Fixed formatting

Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-17 12:30:34 -04:00
Sam Edwards
255ea6753d
Bumping CI to Java 11 (#415)
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-17 11:33:26 -04:00
Sam Edwards
37411e06c1
Non-breaking Gradle Upgrade. Things went crazy when I went straight to 7.4.1, so going conservative to 6.9.2 (#412)
Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-16 20:10:31 -04:00
Sam Edwards
118dfa21d3
Room 2.4.2 Upgrade (#411)
* Room 2.4.2

* Bumping CompileSdk to 31 so we can use Room.

Co-authored-by: Sam Edwards <samedwards@dropbox.com>
2022-03-16 13:27:45 -07:00
dependabot[bot]
0a36b07f4b
Bump mockito-core from 4.2.0 to 4.4.0 (#407)
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.2.0 to 4.4.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.4.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-16 15:37:19 -04:00
David Chang
833d2f406b
Update to new Sonatype host (#406)
Following steps in https://github.com/vanniktech/gradle-maven-publish-plugin#where-to-upload-to for pointing to the new host.
2022-03-04 08:24:25 -05:00
Mike Nakhimovich
e571b377e5
Update .ci_test_and_publish.yml (#398) 2022-02-02 08:09:18 -05:00
Ryan Harter
f65268e602
Adds license to readme. (#396) 2022-01-31 16:49:58 -06:00
dependabot[bot]
198daad562
Bump ktlint-gradle from 9.1.1 to 10.2.1 (#378)
Bumps ktlint-gradle from 9.1.1 to 10.2.1.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle:ktlint-gradle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-11 10:01:54 -05:00
dependabot[bot]
8b3eeaa89f
Bump leakcanary-android from 2.7 to 2.8.1 (#381)
Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.7 to 2.8.1.
- [Release notes](https://github.com/square/leakcanary/releases)
- [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md)
- [Commits](https://github.com/square/leakcanary/compare/v2.7...v2.8.1)

---
updated-dependencies:
- dependency-name: com.squareup.leakcanary:leakcanary-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-11 10:01:37 -05:00
dependabot[bot]
a9b553ec99
Bump mockito-core from 4.1.0 to 4.2.0 (#373)
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.1.0...v4.2.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-24 10:32:23 -05:00
dependabot[bot]
4e3f45af55
Bump kotlinx-serialization-json from 1.3.1 to 1.3.2 (#376)
Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-24 10:32:11 -05:00
dependabot[bot]
be2b1a2b28
Bump versions.store from 4.0.3-KT15 to 4.0.4-KT15 (#369)
Bumps `versions.store` from 4.0.3-KT15 to 4.0.4-KT15.

Updates `store4` from 4.0.3-KT15 to 4.0.4-KT15
- [Release notes](https://github.com/dropbox/Store/releases)
- [Changelog](https://github.com/dropbox/Store/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dropbox/Store/commits)

Updates `filesystem4` from 4.0.3-KT15 to 4.0.4-KT15
- [Release notes](https://github.com/dropbox/Store/releases)
- [Changelog](https://github.com/dropbox/Store/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dropbox/Store/commits)

---
updated-dependencies:
- dependency-name: com.dropbox.mobile.store:store4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.dropbox.mobile.store:filesystem4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-09 19:41:37 -05:00
dependabot[bot]
99d2fc8a93
Bump okhttp from 4.9.0 to 4.9.3 (#363)
Bumps [okhttp](https://github.com/square/okhttp) from 4.9.0 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-4.9.0...parent-4.9.3)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-08 18:45:41 -05:00
David Chang
6b2fe5e3ad
Remove action to update version (#368) 2021-12-08 15:28:47 -08:00
David Chang
8449aa602f
Prepare next development version (#367) 2021-12-08 15:27:48 -08:00
David Chang
ef2bc8421e
Update git actor for auto commit (#364) 2021-12-08 15:04:59 -08:00
David Chang
35b79b71cb
Prepare for release 4.0.4-KT15 (#359) 2021-12-08 10:59:41 -08:00
David Chang
599194e016
Automatically prepare next development version (#360) 2021-12-08 10:48:35 -08:00
David Chang
0ff2281c94 Revert "Automatically prepare next development version"
This reverts commit 1b30ea7bfc.
2021-12-08 10:01:40 -08:00
David Chang
1b30ea7bfc Automatically prepare next development version 2021-12-08 09:51:23 -08:00
David Chang
bf2adbf127
Move to Maven Publish Gradle Plugin (#358)
* Move to Maven Publish Gradle Plugin

* Remove release scripts

* Update release docs
2021-12-08 12:45:33 -05:00
Chris Mitchell
749bc9dfcb
Prepare next development version (#345) 2021-12-08 08:01:38 -08:00
dependabot[bot]
20388286a0
Bump constraintlayout from 2.1.1 to 2.1.2 (#340)
Bumps [constraintlayout](https://github.com/androidx/constraintlayout) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/androidx/constraintlayout/releases)
- [Commits](https://github.com/androidx/constraintlayout/commits)

---
updated-dependencies:
- dependency-name: androidx.constraintlayout:constraintlayout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-08 07:42:56 -05:00
dependabot[bot]
ea175d1c34
Bump rxjava from 3.1.2 to 3.1.3 (#350)
Bumps [rxjava](https://github.com/ReactiveX/RxJava) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/ReactiveX/RxJava/releases)
- [Commits](https://github.com/ReactiveX/RxJava/compare/v3.1.2...v3.1.3)

---
updated-dependencies:
- dependency-name: io.reactivex.rxjava3:rxjava
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-08 07:42:22 -05:00
dependabot[bot]
51e8e9b333
Bump versions.store from 4.0.2-KT15 to 4.0.3-KT15 (#346)
Bumps `versions.store` from 4.0.2-KT15 to 4.0.3-KT15.

Updates `store4` from 4.0.2-KT15 to 4.0.3-KT15
- [Release notes](https://github.com/dropbox/Store/releases)
- [Changelog](https://github.com/dropbox/Store/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dropbox/Store/compare/4.0.2-KT15...4.0.3-KT15)

Updates `filesystem4` from 4.0.2-KT15 to 4.0.3-KT15
- [Release notes](https://github.com/dropbox/Store/releases)
- [Changelog](https://github.com/dropbox/Store/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dropbox/Store/compare/4.0.2-KT15...4.0.3-KT15)

---
updated-dependencies:
- dependency-name: com.dropbox.mobile.store:store4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.dropbox.mobile.store:filesystem4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-08 07:42:05 -05:00
dependabot[bot]
f13908292d
Bump mockito-core from 4.0.0 to 4.1.0 (#348)
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-08 07:41:44 -05:00
Matías Irland
e60ce71cb2
Replace Moshi by Kotlin Serializer (#355) 2021-12-08 07:11:14 -05:00
David Chang
0cdf25480a
Upgrade AGP to 4.1 and Gradle to 6.6 (#357)
* Maven publish plugin

* Revert "Maven publish plugin"

This reverts commit 5d0a3d5312235f95e7a3659b78e02bb5b67ffcc2.

* Upgrade AGP to 4.1 and Gradle to 6.6
2021-12-08 07:10:45 -05:00
Marco Romano
3f71c43d99
Revert to Duration.INFINITE (#353)
This should still maintain compatiblity with Kotlin 1.4 and 1.5 whilst also ensuring forward compatiblilty with Kotlin 1.6.
Compatibility with 1.4-M3 should be safe to drop.
2021-12-07 09:52:21 -05:00
Rahul Sainani
bad46e13a9
Fix cache artifact id and version (#347)
Added link to the Store Readme for the latest version to avoid duplication.
2021-11-19 11:45:21 -05:00