dependabot[bot]
9904a325f1
Bump protobuf from 3.25.2 to 3.25.3
...
Bumps `protobuf` from 3.25.2 to 3.25.3.
Updates `com.google.protobuf:protobuf-kotlin-lite` from 3.25.2 to 3.25.3
Updates `com.google.protobuf:protoc` from 3.25.2 to 3.25.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases )
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl )
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.25.2...v3.25.3 )
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-kotlin-lite
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protoc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Mercury Li
b00f1c9d72
Merge pull request #16 from lihenggui/compose_multiplatform
...
Make :core:database and :core:common module as a multiplatform module
2 years ago
lihenggui
aea04c3173
Suppress build target warnings
2 years ago
lihenggui
7099fd47b7
Add -Xexpect-actual-classes for multiplatform projects
2 years ago
lihenggui
40a9f09786
Use @Component in the database module
2 years ago
lihenggui
db8e99efdc
Add platform specific implementation for dispatchers
2 years ago
Mercury Li
1a477bf04a
Merge pull request #9 from lihenggui/dependabot/gradle/roborazzi-1.10.1
...
Bump roborazzi from 1.6.0 to 1.10.1
2 years ago
lihenggui
2f412db367
Use object to provide implementations
2 years ago
lihenggui
460060389e
Merge remote-tracking branch 'upstream/main' into compose_multiplatform
2 years ago
lihenggui
c5521ce89b
Make :core:common as a multiplatform library
2 years ago
lihenggui
29c3038e70
Add coroutine dependency
2 years ago
lihenggui
4fe872d132
Merge branch 'main' into compose_multiplatform
2 years ago
Mercury Li
76a4d3c133
Merge pull request #12 from lihenggui/dependabot/gradle/com.google.gms.google-services-4.4.1
...
Bump com.google.gms.google-services from 4.4.0 to 4.4.1
2 years ago
Mercury Li
2c09672463
Merge pull request #13 from lihenggui/dependabot/gradle/androidxMacroBenchmark-1.2.3
...
Bump androidxMacroBenchmark from 1.2.2 to 1.2.3
2 years ago
Mercury Li
c8d64d2d65
Merge pull request #7 from lihenggui/dependabot/gradle/kotlinxCoroutines-1.8.0
...
Bump kotlinxCoroutines from 1.7.3 to 1.8.0
2 years ago
Mercury Li
0ad085eb98
Merge pull request #8 from lihenggui/dependabot/gradle/androidTools-31.2.2
...
Bump androidTools from 31.2.0 to 31.2.2
2 years ago
dependabot[bot]
9564f7161b
🤖 Updates baselines for Dependency Guard
2 years ago
dependabot[bot]
966e4f05e9
Bump androidTools from 31.2.0 to 31.2.2
...
Bumps `androidTools` from 31.2.0 to 31.2.2.
Updates `com.android.tools.lint:lint-api` from 31.2.0 to 31.2.2
Updates `com.android.tools.lint:lint-checks` from 31.2.0 to 31.2.2
Updates `com.android.tools.lint:lint-tests` from 31.2.0 to 31.2.2
Updates `com.android.tools:common` from 31.2.0 to 31.2.2
---
updated-dependencies:
- dependency-name: com.android.tools.lint:lint-api
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.android.tools.lint:lint-checks
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.android.tools.lint:lint-tests
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.android.tools:common
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Mercury Li
b2f66ae765
Merge pull request #15 from lihenggui/dependabot/gradle/androidxNavigation-2.7.7
...
Bump androidxNavigation from 2.7.4 to 2.7.7
2 years ago
dependabot[bot]
7ec0628488
Bump kotlinxCoroutines from 1.7.3 to 1.8.0
...
Bumps `kotlinxCoroutines` from 1.7.3 to 1.8.0.
Updates `org.jetbrains.kotlinx:kotlinx-coroutines-guava` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.3...1.8.0 )
Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases )
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md )
- [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.7.3...1.8.0 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-guava
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Mercury Li
389fc3f592
Merge pull request #6 from lihenggui/dependabot/gradle/androidGradlePlugin-8.2.2
...
Bump androidGradlePlugin from 8.2.0 to 8.2.2
2 years ago
lihenggui
4dc3fa9653
Make JS target work
2 years ago
lihenggui
8bc97082fb
Remove js support
2 years ago
lihenggui
9812871847
kotlinUpgradeYarnLock
2 years ago
lihenggui
b480d60520
Fix SQL grammar errors
2 years ago
lihenggui
6b0a2a38ee
Add sqljs-config.js
2 years ago
lihenggui
cdc9336d8b
Allow foreign keys
2 years ago
lihenggui
63835eb5c5
Fix typos in sq file
2 years ago
Don Turner
1d2029aa2c
Merge pull request #1040 from SimonMarquis/fix-unit-test
...
Fix `emptyResultIsReturned_withNotMatchingQuery` unit test
2 years ago
lihenggui
0c3414aae8
Merge remote-tracking branch 'upstream/main' into compose_multiplatform
2 years ago
lihenggui
f79bf0dabf
Merge branch 'main' of https://github.com/lihenggui/nowinandroid
2 years ago
Jose Alcérreca
dba36d694f
[CI] Adds free-disk-space action to fix CI ( #1219 )
...
* [CI] Adds free-disk-space action to fix CI
2 years ago
Don Turner
fa532e1a98
Merge pull request #1210 from android/lifecycle2.7.0
...
Update Lifecycle to 2.7.0. Use new LifecycleEventEffect.
2 years ago
dependabot[bot]
d88852e47b
🤖 Updates baselines for Dependency Guard
2 years ago
dependabot[bot]
18e855b8ac
Bump androidxNavigation from 2.7.4 to 2.7.7
...
Bumps `androidxNavigation` from 2.7.4 to 2.7.7.
Updates `androidx.navigation:navigation-compose` from 2.7.4 to 2.7.7
Updates `androidx.navigation:navigation-testing` from 2.7.4 to 2.7.7
---
updated-dependencies:
- dependency-name: androidx.navigation:navigation-compose
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.navigation:navigation-testing
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dturner
08d8f1393a
🤖 Updates baselines for Dependency Guard
2 years ago
Don Turner
69f4287ab5
Merge branch 'main' into lifecycle2.7.0
...
* main:
Bump protobuf from 3.24.4 to 3.25.2 (#1214 )
Remove legacy benchmark build type (#1207 )
Use androidx.tracing everywhere
Revert fast initialization of Coil
Add comment for Retrofit async OkHttp
Optimize OkHttp initialization for Retrofit
Add braces
Inline initialization
Don't use runBlocking if async init completed
Launch loader directly without additional coroutine scope
Fix comment
Improve lazy loading for Coil + OkHttp
Restores screenshot tests in foryou (#1199 )
Fix name and message of dependency guard actions (#1196 )
Change-Id: Ifcbfcfba4b7d8c24599e207b4a05dfea6125fde7
2 years ago
Don Turner
2ad48843f6
Fix formatting
...
Change-Id: I674d32bc0f1921c431717dbf0f41a74f632322b3
2 years ago
Mercury Li
7c4501863e
Merge pull request #4 from lihenggui/dependabot/gradle/kotlin-ksp-compose-1cf3e680f6
...
Bump the kotlin-ksp-compose group with 9 updates
2 years ago
dependabot[bot]
01459cdb88
🤖 Updates baselines for Dependency Guard
2 years ago
dependabot[bot]
430d203736
🤖 Updates baselines for Dependency Guard
2 years ago
dependabot[bot]
4838b7f6fe
🤖 Updates baselines for Dependency Guard
2 years ago
dependabot[bot]
64c144f26e
🤖 Updates baselines for Dependency Guard
2 years ago
dependabot[bot]
47902d5f67
🤖 Updates baselines for Dependency Guard
2 years ago
dependabot[bot]
c7361e5901
Bump androidxMacroBenchmark from 1.2.2 to 1.2.3
...
Bumps `androidxMacroBenchmark` from 1.2.2 to 1.2.3.
Updates `androidx.benchmark:benchmark-macro-junit4` from 1.2.2 to 1.2.3
Updates `androidx.baselineprofile` from 1.2.2 to 1.2.3
---
updated-dependencies:
- dependency-name: androidx.benchmark:benchmark-macro-junit4
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: androidx.baselineprofile
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
89d2bc2ba8
Bump com.google.gms.google-services from 4.4.0 to 4.4.1
...
Bumps com.google.gms.google-services from 4.4.0 to 4.4.1.
---
updated-dependencies:
- dependency-name: com.google.gms.google-services
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
4d0740deff
Bump roborazzi from 1.6.0 to 1.10.1
...
Bumps `roborazzi` from 1.6.0 to 1.10.1.
Updates `io.github.takahirom.roborazzi:roborazzi` from 1.6.0 to 1.10.1
- [Release notes](https://github.com/takahirom/roborazzi/releases )
- [Commits](https://github.com/takahirom/roborazzi/compare/1.6.0...1.10.1 )
Updates `io.github.takahirom.roborazzi` from 1.6.0 to 1.10.1
- [Release notes](https://github.com/takahirom/roborazzi/releases )
- [Commits](https://github.com/takahirom/roborazzi/compare/1.6.0...1.10.1 )
---
updated-dependencies:
- dependency-name: io.github.takahirom.roborazzi:roborazzi
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: io.github.takahirom.roborazzi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
73f8a9b16b
Bump androidGradlePlugin from 8.2.0 to 8.2.2
...
Bumps `androidGradlePlugin` from 8.2.0 to 8.2.2.
Updates `com.android.tools.build:gradle` from 8.2.0 to 8.2.2
Updates `com.android.application` from 8.2.0 to 8.2.2
Updates `com.android.library` from 8.2.0 to 8.2.2
Updates `com.android.test` from 8.2.0 to 8.2.2
---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.android.application
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.android.library
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.android.test
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
e42719e836
Bump the kotlin-ksp-compose group with 9 updates
...
Bumps the kotlin-ksp-compose group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin ) | `1.9.21` | `1.9.22` |
| [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin ) | `1.9.21` | `1.9.22` |
| [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin ) | `1.9.21` | `1.9.22` |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin ) | `1.9.21` | `1.9.22` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin ) | `1.9.21` | `1.9.22` |
| [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin ) | `1.9.21` | `1.9.22` |
| [org.jetbrains.kotlin.multiplatform](https://github.com/JetBrains/kotlin ) | `1.9.21` | `1.9.22` |
| [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin ) | `1.9.21` | `1.9.22` |
| [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin ) | `1.9.21` | `1.9.22` |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin ) | `1.9.21` | `1.9.22` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin ) | `1.9.21` | `1.9.22` |
| [com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin](https://github.com/google/ksp ) | `1.9.21-1.0.16` | `1.9.22-1.0.17` |
| [com.google.devtools.ksp](https://github.com/google/ksp ) | `1.9.21-1.0.16` | `1.9.22-1.0.17` |
Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22 )
Updates `org.jetbrains.kotlin:kotlin-test` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22 )
Updates `org.jetbrains.kotlin:kotlin-test-junit` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22 )
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22 )
Updates `org.jetbrains.kotlin.jvm` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22 )
Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22 )
Updates `org.jetbrains.kotlin.multiplatform` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22 )
Updates `org.jetbrains.kotlin:kotlin-test` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22 )
Updates `org.jetbrains.kotlin:kotlin-test-junit` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22 )
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22 )
Updates `org.jetbrains.kotlin.jvm` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases )
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md )
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.21...v1.9.22 )
Updates `com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin` from 1.9.21-1.0.16 to 1.9.22-1.0.17
- [Release notes](https://github.com/google/ksp/releases )
- [Commits](https://github.com/google/ksp/compare/1.9.21-1.0.16...1.9.22-1.0.17 )
Updates `com.google.devtools.ksp` from 1.9.21-1.0.16 to 1.9.22-1.0.17
- [Release notes](https://github.com/google/ksp/releases )
- [Commits](https://github.com/google/ksp/compare/1.9.21-1.0.16...1.9.22-1.0.17 )
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin:kotlin-test
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin.jvm
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin.plugin.serialization
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin.multiplatform
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin:kotlin-test
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: kotlin-ksp-compose
- dependency-name: org.jetbrains.kotlin.jvm
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: kotlin-ksp-compose
- dependency-name: com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: kotlin-ksp-compose
- dependency-name: com.google.devtools.ksp
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: kotlin-ksp-compose
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Mercury Li
307bc9e2e3
Merge pull request #3 from lihenggui/dependabot/github_actions/gradle/wrapper-validation-action-2
...
Bump gradle/wrapper-validation-action from 1 to 2
2 years ago