Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielcafe committed Dec 20, 2021
1 parent 1c78a3b commit 797bced
Show file tree
Hide file tree
Showing 10 changed files with 179 additions and 126 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<a href="https://voyager.adriel.cafe">Voyager</a>: Compose on Warp Speed
</h1>

Voyager is a lightweight and complete navigation library built for, and seamlessly integrated with, [Jetpack Compose](https://developer.android.com/jetpack/compose).
A multiplatform navigation library built for, and seamlessly integrated with, [Jetpack Compose](https://developer.android.com/jetpack/compose).

Create scalable Single-Activity apps powered by a [pragmatic API](https://voyager.adriel.cafe/navigation).
Create scalable Single-Activity apps powered by a [pragmatic API](https://voyager.adriel.cafe/navigation):

```kotlin
class HomeScreenModel : ScreenModel {
Expand Down Expand Up @@ -46,6 +46,7 @@ Turn on the Warp Drive and enjoy the trek 🖖
See the [project website](https://voyager.adriel.cafe) for documentation and APIs.

### Features
- [Supported platforms](https://voyager.adriel.cafe/setup/platform-compatibility): Android, Desktop
- [Linear navigation](https://voyager.adriel.cafe/navigation)
- [BottomSheet navigation](https://voyager.adriel.cafe/navigation/bottomsheet-navigation)
- [Tab navigation](https://voyager.adriel.cafe/navigation/tab-navigation) like [Youtube app](https://play.google.com/store/apps/details?id=com.google.android.youtube)
Expand All @@ -61,7 +62,9 @@ See the [project website](https://voyager.adriel.cafe) for documentation and API
- [Deep linking](https://voyager.adriel.cafe/deep-links) support

### Roadmap
- [Compose for Desktop](https://github.com/JetBrains/compose-jb) support
- iOS support
- Multiplatform sample
- Migrate from Groovy to KTS

### Samples
| [Stack API](https://github.com/adrielcafe/voyager/tree/main/sample/src/main/java/cafe/adriel/voyager/sample/stateStack) | [Android ViewModel](https://github.com/adrielcafe/voyager/tree/main/sample/src/main/java/cafe/adriel/voyager/sample/androidViewModel) | [ScreenModel](https://github.com/adrielcafe/voyager/tree/main/sample/src/main/java/cafe/adriel/voyager/sample/screenModel) | [Basic nav.](https://github.com/adrielcafe/voyager/tree/main/sample/src/main/java/cafe/adriel/voyager/sample/basicNavigation) |
Expand Down
2 changes: 1 addition & 1 deletion android-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion libs.versions.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ buildscript {
google()
mavenCentral()
gradlePluginPortal()
maven { url "https://maven.pkg.jetbrains.space/public/p/compose/dev" }
}
dependencies {
classpath libs.bundles.plugins
Expand All @@ -19,6 +20,7 @@ subprojects {
repositories {
google()
mavenCentral()
maven { url "https://maven.pkg.jetbrains.space/public/p/compose/dev" }
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true

# Maven
GROUP=cafe.adriel.voyager
VERSION_NAME=1.0.0-beta13
VERSION_NAME=1.0.0-beta14

POM_DESCRIPTION=A pragmatic navigation library for Jetpack Compose
POM_INCEPTION_YEAR=2021
Expand Down
25 changes: 13 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
[versions]
plugin-android = "7.0.3"
plugin-android = "7.0.4"
plugin-ktlint = "10.2.0"
plugin-maven = "0.18.0"
plugin-multiplatform-compose = "1.0.0"
plugin-multiplatform-compose = "1.0.1-rc2"

kotlin = "1.5.31"
kodein = "7.8.0"
koin = "3.1.2"
hilt = "2.39.1"
kotlin = "1.6.10"
kodein = "7.9.0"
koin = "3.1.4"
hilt = "2.40.5"
leakCanary = "2.7"
appCompat = "1.4.0-beta01"
lifecycle = "2.4.0-rc01"
compose = "1.1.0-alpha06"
composeActivity = "1.4.0-rc01"
appCompat = "1.4.0"
lifecycle = "2.4.0"
compose = "1.1.0-rc01"
composeCompiler = "1.1.0-rc02"
composeActivity = "1.4.0"

junit = "5.8.1"
junit = "5.8.2"

[libraries]
plugin-android = { module = "com.android.tools.build:gradle", version.ref = "plugin-android" }
Expand All @@ -35,7 +36,7 @@ lifecycle-savedState = { module = "androidx.lifecycle:lifecycle-viewmodel-saveds
lifecycle-viewModelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
lifecycle-viewModelCompose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
compose-rxjava = { module = "androidx.compose.runtime:runtime-rxjava3", version.ref = "compose" }
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose" }
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "composeCompiler" }
compose-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "compose" }
compose-runtimeSaveable = { module = "androidx.compose.runtime:runtime-saveable", version.ref = "compose" }
compose-runtimeLiveData = { module = "androidx.compose.runtime:runtime-livedata", version.ref = "compose" }
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 2 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Sun Jun 06 10:15:22 BRT 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 797bced

Please sign in to comment.