Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions #71

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Coffeegram

[![Compose Version](https://img.shields.io/badge/Jetpack%20Compose-1.4.3-yellow)](https://developer.android.com/jetpack/compose)
[![WearCompose Version](https://img.shields.io/badge/Wear%20Compose-1.1.2-yellow)](https://developer.android.com/jetpack/androidx/releases/wear-compose)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.9.0-blue.svg)](https://kotlinlang.org)
[![Compose Version](https://img.shields.io/badge/Jetpack%20Compose-1.5.4-yellow)](https://developer.android.com/jetpack/compose)
[![WearCompose Version](https://img.shields.io/badge/Wear%20Compose-1.2.1-yellow)](https://developer.android.com/jetpack/androidx/releases/wear-compose)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.9.10-blue.svg)](https://kotlinlang.org)
![Android CI](https://github.com/phansier/Coffeegram/workflows/Android%20CI/badge.svg?branch=master)
[![Jetc.dev](https://img.shields.io/badge/jetc.dev-25-blue)](https://jetc.dev/issues/025.html)

Expand Down
36 changes: 18 additions & 18 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ compileSdk = "34"
minSdk = "21"
wearMinSdk = "25"

kotlin = "1.9.0" # https://kotlinlang.org/docs/releases.html#release-details
agp = "8.1.0" # https://developer.android.com/studio/releases/gradle-plugin
realm = "1.10.2" # https://github.com/realm/realm-kotlin
kotlin = "1.9.10" # https://kotlinlang.org/docs/releases.html#release-details
agp = "8.1.2" # https://developer.android.com/studio/releases/gradle-plugin
realm = "1.11.1" # https://github.com/realm/realm-kotlin

detekt = "1.23.1" # https://github.com/detekt/detekt
detektCompose = "0.1.13" # https://github.com/mrmans0n/compose-rules
detektCompose = "0.3.2" # https://github.com/mrmans0n/compose-rules

compose = "1.4.3" # https://developer.android.com/jetpack/androidx/releases/compose-ui
composeCompiler = "1.5.1" # https://developer.android.com/jetpack/androidx/releases/compose-compiler
compose = "1.5.4" # https://developer.android.com/jetpack/androidx/releases/compose-ui
composeCompiler = "1.5.3" # https://developer.android.com/jetpack/androidx/releases/compose-compiler
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
wearCompose = "1.1.2" # https://developer.android.com/jetpack/androidx/releases/wear-compose
wearCompose = "1.2.1" # https://developer.android.com/jetpack/androidx/releases/wear-compose
coroutines = "1.7.3" # https://github.com/Kotlin/kotlinx.coroutines
datastore = "1.0.0" # https://developer.android.com/jetpack/androidx/releases/datastore
koin = "3.4.3" # https://github.com/InsertKoinIO/koin#setup--current-version
koinCompose = "3.4.6" # https://github.com/InsertKoinIO/koin#setup--current-version
lifecycle = "2.6.1" # https://developer.android.com/jetpack/androidx/releases/lifecycle
core = "1.10.1" # https://developer.android.com/jetpack/androidx/releases/core
glance = "1.0.0-rc01" # https://developer.android.com/jetpack/androidx/releases/glance
koin = "3.5.0" # https://github.com/InsertKoinIO/koin#setup--current-version
koinCompose = "3.5.0" # https://github.com/InsertKoinIO/koin#setup--current-version
lifecycle = "2.6.2" # https://developer.android.com/jetpack/androidx/releases/lifecycle
core = "1.12.0" # https://developer.android.com/jetpack/androidx/releases/core
glance = "1.0.0" # https://developer.android.com/jetpack/androidx/releases/glance

[libraries]
kotlinGradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand All @@ -36,11 +36,11 @@ realmKotlin = { module = "io.realm.kotlin:library-base", version.ref = "realm" }

compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
#compose-material = { module = "androidx.compose.material:material", version.ref = "compose" }
compose-material3 = "androidx.compose.material3:material3:1.1.0" # https://developer.android.com/jetpack/androidx/releases/compose-material3
compose-material3 = "androidx.compose.material3:material3:1.1.2" # https://developer.android.com/jetpack/androidx/releases/compose-material3
compose-uiTooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
compose-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" }

compose-activity = "androidx.activity:activity-compose:1.7.2" # https://developer.android.com/jetpack/androidx/releases/activity
compose-activity = "androidx.activity:activity-compose:1.8.0" # https://developer.android.com/jetpack/androidx/releases/activity
compose-constraint = "androidx.constraintlayout:constraintlayout-compose:1.0.1" # https://developer.android.com/jetpack/androidx/releases/constraintlayout

compose-uiTest = { module = "androidx.compose.ui:ui-test", version.ref = "compose" }
Expand Down Expand Up @@ -69,13 +69,13 @@ glance-appwidget = { module = "androidx.glance:glance-appwidget", version.ref =
#glance-wear-tiles = { module = "androidx.glance:glance-wear-tiles", version.ref = "glance" }


androidx-annotation = "androidx.annotation:annotation:1.6.0" # https://mvnrepository.com/artifact/androidx.annotation/annotation
androidx-wear = "androidx.wear:wear:1.2.0" # https://developer.android.com/jetpack/androidx/releases/wear
androidx-annotation = "androidx.annotation:annotation:1.7.0" # https://mvnrepository.com/artifact/androidx.annotation/annotation
androidx-wear = "androidx.wear:wear:1.3.0" # https://developer.android.com/jetpack/androidx/releases/wear
junit = "junit:junit:4.13.2"
material = "com.google.android.material:material:1.9.0" # https://mvnrepository.com/artifact/com.google.android.material/material?repo=google
material = "com.google.android.material:material:1.10.0" # https://mvnrepository.com/artifact/com.google.android.material/material?repo=google
threetenabp = "com.jakewharton.threetenabp:threetenabp:1.4.6" # https://mvnrepository.com/artifact/com.jakewharton.threetenabp/threetenabp
protobuf-javalite = "com.google.protobuf:protobuf-javalite:3.23.2" # https://mvnrepository.com/artifact/com.google.protobuf/protobuf-javalite
playServices-wearable = "com.google.android.gms:play-services-wearable:18.0.0" # https://mvnrepository.com/artifact/com.google.android.gms/play-services-wearable
playServices-wearable = "com.google.android.gms:play-services-wearable:18.1.0" # https://mvnrepository.com/artifact/com.google.android.gms/play-services-wearable
kotlinx-immutableCollections = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5" # https://github.com/Kotlin/kotlinx.collections.immutable


Expand Down