Skip to content

Commit be8d633

Browse files
committed
Bump versions
1 parent 0f03f54 commit be8d633

7 files changed

Lines changed: 30 additions & 34 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import com.google.firebase.appdistribution.gradle.firebaseAppDistribution
12
import java.util.Properties
23

34
plugins {

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@
6666
android:name="com.teampophory.pophory.config.initializer.TimberInitializer"
6767
android:value="androidx.startup" />
6868
</provider>
69-
<property
70-
android:name="android.adservices.AD_SERVICES_CONFIG"
71-
android:resource="@xml/gma_ad_services_config"
72-
tools:replace="android:resource" />
7369
<activity
7470
android:name=".feature.home.HomeActivity"
7571
android:exported="true">

app/src/main/java/com/teampophory/pophory/config/ad/AdmobNativeAdService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import dagger.hilt.android.qualifiers.ActivityContext
2121
import timber.log.Timber
2222

2323
class AdmobNativeAdService @AssistedInject constructor(
24-
@ActivityContext private val context: Context,
24+
@param:ActivityContext private val context: Context,
2525
@Assisted private val adUnitId: String,
2626
@Assisted private val adContainer: FrameLayout,
2727
) {

build-logic/convention/src/main/kotlin/com/teampophory/pophory/plugin/ComposePlugin.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class ComposePlugin : Plugin<Project> {
1313

1414
val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")
1515
extensions.getByType<ComposeCompilerGradlePluginExtension>().apply {
16-
enableStrongSkippingMode.set(true)
1716
includeSourceInformation.set(true)
1817
}
1918

@@ -22,4 +21,4 @@ class ComposePlugin : Plugin<Project> {
2221
"implementation"(libs.findBundle("compose").get())
2322
}
2423
}
25-
}
24+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Jan 13 12:46:38 KST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradle/libs.versions.toml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ appVersion = "1.4.2"
66
versionCode = "10402"
77

88
# kotlin
9-
kotlin = "2.1.21"
10-
kotlinx-serialization-json = "1.8.1"
9+
kotlin = "2.2.0"
10+
kotlinx-serialization-json = "1.9.0"
1111
kotlinx-coroutines = "1.10.2"
12-
kotlinx-datetime = "0.6.2"
12+
kotlinx-datetime = "0.7.1-0.6.x-compat"
1313

1414
# android
1515
corektx = "1.16.0"
16-
appcompat = "1.7.0"
16+
appcompat = "1.7.1"
1717
activity = "1.10.1"
18-
lifecycle = "2.9.0"
19-
navigation = "2.9.0"
18+
lifecycle = "2.9.1"
19+
navigation = "2.9.1"
2020
startup = "1.2.0"
21-
security = "1.1.0-alpha07"
22-
compose-bom = "2025.05.01"
21+
security = "1.1.0-beta01"
22+
compose-bom = "2025.06.01"
2323
desugarJdk = "2.1.5"
2424
dagger-hilt = "2.56.2"
2525
dagger-hilt-navigation-compose = "1.0.0"
2626
flexbox = "3.0.0"
27-
fragment-ktx = "1.8.7"
27+
fragment-ktx = "1.8.8"
2828
activity-compose = "1.7.2"
2929
exifInterface = "1.4.1"
3030
zxing-core = "3.3.0"
@@ -35,50 +35,50 @@ material = "1.12.0"
3535
accompanist = "0.36.0"
3636
in-app-update = "2.1.0"
3737
secret-gradle-plugin = "2.0.1"
38-
google-services = "4.4.2"
39-
crashlytics = "3.0.3"
40-
firebase = "33.14.0"
38+
google-services = "4.4.3"
39+
crashlytics = "3.0.4"
40+
firebase = "33.16.0"
4141
app-distribution = "5.1.1"
42-
admob = "24.3.0"
42+
admob = "24.4.0"
4343
oss-plugin = "0.10.6"
44-
oss = "17.1.0"
44+
oss = "17.2.0"
4545

4646
# test
4747
junit = "4.13.2"
4848
androidx-test-junit = "1.2.1"
4949
androidx-test-espresso = "3.6.1"
50-
junit5-plugin = "1.12.2.0"
51-
junit5-jupiter = "5.12.2"
50+
junit5-plugin = "1.13.1.0"
51+
junit5-jupiter = "5.13.3"
5252
truth = "1.4.4"
53-
robolectric = "4.14.1"
53+
robolectric = "4.15.1"
5454
androidx-uiautomator = "2.3.0-alpha03"
5555
androidx-test = "1.6.2"
5656
androidx-test-core = "1.6.1"
5757
espressoIntents = "3.6.1"
5858
runner = "1.5.2"
5959

6060
# gradle
61-
agp = "8.10.0"
62-
kspplugin = "2.1.21-2.0.1"
61+
agp = "8.11.1"
62+
kspplugin = "2.2.0-2.0.2"
6363

6464
# third party
6565
flipper = "0.273.0"
6666
soloader = "0.12.1"
67-
okhttp = "4.12.0"
67+
okhttp = "5.1.0"
6868
retrofit = "3.0.0"
6969
timber = "5.0.1"
7070
coil = "2.7.0"
7171
lottie = "6.0.1"
72-
ktlint = "12.3.0"
73-
sentry = "5.6.0"
74-
sentry-android = "8.13.0"
72+
ktlint = "13.0.0"
73+
sentry = "5.8.0"
74+
sentry-android = "8.17.0"
7575
process-pheonix = "3.0.0"
7676
constraintlayout = "2.2.1"
7777
dot-indicator = "5.1.0"
78-
kakao = "2.21.3"
78+
kakao = "2.21.4"
7979
splash-screen = "1.0.1"
8080
javax-inject = "1"
81-
spotless = "7.0.3"
81+
spotless = "7.1.0"
8282

8383

8484
[libraries]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)