Skip to content

Commit

Permalink
[CHORE/#466] 라이브러리 최신 버전 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
b1urrrr committed Aug 15, 2024
1 parent cb0f88a commit 337eb32
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import kotlinx.coroutines.flow.launchIn
import kotlinx.coroutines.flow.onEach
import timber.log.Timber


@AndroidEntryPoint
class SplashActivity : BindingActivity<ActivitySplashBinding>(R.layout.activity_splash) {
private val viewModel by viewModels<SplashViewModel>()
Expand Down
52 changes: 26 additions & 26 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@ buildToolsVersion = "34.0.0"
## Kotlin
kotlinVersion = "1.9.23"
kotlinSerializationJsonVersion = "1.5.1"
coroutinesAndroidVersion = "1.7.1"
coroutinesAndroidVersion = "1.7.3"
kotlinDateTimeVersion = "0.4.0"
gsonVersion = "2.10.1"

## AndroidX
coreKtxVersion = "1.10.1"
appCompatVersion = "1.6.1"
materialDesignVersion = "1.9.0"
coreKtxVersion = "1.13.1"
appCompatVersion = "1.7.0"
materialDesignVersion = "1.12.0"
constraintLayoutVersion = "2.1.4"
appStartUpVersion = "1.1.1"
legacySupportVersion = "1.0.0"
securityVersion = "1.1.0-alpha06"
hiltVersion = "2.46.1"
hiltWorkManagerVersion = "1.0.0"
activityKtxVersion = "1.7.2"
fragmentKtxVersion = "1.5.7"
pagingVersion = "3.1.1"
lifecycleVersion = "2.6.1"
ossVersion = "17.0.0"
splashVersion = "1.0.0-beta01"
workManagerVersion = "2.8.1"
billingVersion = "6.0.1"
admobVersion = "21.5.0"
hiltVersion = "2.49"
hiltWorkManagerVersion = "1.2.0"
activityKtxVersion = "1.9.1"
fragmentKtxVersion = "1.8.2"
pagingVersion = "3.3.2"
lifecycleVersion = "2.8.4"
ossVersion = "17.1.0"
splashVersion = "1.2.0-alpha01"
workManagerVersion = "2.9.1"
billingVersion = "7.0.0"
admobVersion = "23.3.0"

## Compose
composeActivityVersion = "1.9.0"
composeActivityVersion = "1.9.1"
composeAnimationVersion = "1.6.8"
composeViewModelVersion = "2.7.0"
composeViewModelVersion = "2.8.4"
composeBom = "2024.06.00"
composeCoil = "2.6.0"
composeConstraintLayoutVersion = "1.0.1"
Expand All @@ -40,7 +40,7 @@ composeNavigation = "2.7.7"
composeHiltVersion = "1.2.0"

## Firebase
firebaseVersion = "30.4.0"
firebaseVersion = "33.1.2"

## Third-party
coilVersion = "2.6.0"
Expand All @@ -50,24 +50,24 @@ okHttpVersion = "4.12.0"
timberVersion = "5.0.1"
progressViewVersion = "1.1.3"
balloonVersion = "1.4.5"
lottieVersion = "6.0.0"
lottieVersion = "6.0.1"
circularProgressBar = "3.1.0"
kakaoVersion = "2.14.0"
circleIndicatorVersion = "2.1.6"
shimmerVersion = "0.5.0"
navigationVersion = "2.6.0"
navigationVersion = "2.7.7"
amplitudeVersion = "2.23.2"

gradlePlugin = "8.1.4"
googleServicePlugin = "4.3.15"
googleAppdistributionPlugin = "4.0.0"
googleCrashlyticsPlguin = "2.9.7"
ossPlugin = "0.10.4"
googleServicePlugin = "4.4.2"
googleAppdistributionPlugin = "5.0.0"
googleCrashlyticsPlguin = "3.0.2"
ossPlugin = "0.10.6"

## Test
junitVersion = "4.13.2"
espressoVersion = "3.3.0"
androidTestVersion = "1.1.2"
espressoVersion = "3.6.1"
androidTestVersion = "1.2.1"

## Flipper
flipperVersion = "0.187.0"
Expand Down

0 comments on commit 337eb32

Please sign in to comment.