Skip to content

Commit 5399af9

Browse files
authored
Merge pull request #214
Enhancement - Updated Dependencies
2 parents 940ad1c + 8440e97 commit 5399af9

File tree

6 files changed

+35
-29
lines changed

6 files changed

+35
-29
lines changed

build-logic/convention/src/main/kotlin/com/niyaj/samples/apps/popos/AndroidCompose.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import org.gradle.kotlin.dsl.dependencies
99
* Configure Compose-specific options
1010
*/
1111
internal fun Project.configureAndroidCompose(
12-
commonExtension: CommonExtension<*, *, *, *, *>,
12+
commonExtension: CommonExtension<*, *, *, *, *, *>,
1313
) {
1414
commonExtension.apply {
1515
buildFeatures {

build-logic/convention/src/main/kotlin/com/niyaj/samples/apps/popos/GradleManagedDevices.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import java.util.Locale
1010
* Configure project for Gradle managed devices
1111
*/
1212
internal fun configureGradleManagedDevices(
13-
commonExtension: CommonExtension<*, *, *, *, *>,
13+
commonExtension: CommonExtension<*, *, *, *, *, *>,
1414
) {
1515
val deviceConfigs = listOf(
1616
DeviceConfig("Pixel 4", 30, "aosp-atd"),

build-logic/convention/src/main/kotlin/com/niyaj/samples/apps/popos/KotlinAndroid.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1717
* Configure base Kotlin with Android options
1818
*/
1919
internal fun Project.configureKotlinAndroid(
20-
commonExtension: CommonExtension<*, *, *, *, *>,
20+
commonExtension: CommonExtension<*, *, *, *, *, *>,
2121
) {
2222
commonExtension.apply {
2323
compileSdk = 34
@@ -42,7 +42,7 @@ internal fun Project.configureKotlinAndroid(
4242
}
4343
}
4444

45-
fun CommonExtension<*, *, *, *, *>.kotlinOptions(block: KotlinJvmOptions.() -> Unit) {
45+
fun CommonExtension<*, *, *, *, *, *>.kotlinOptions(block: KotlinJvmOptions.() -> Unit) {
4646
(this as ExtensionAware).extensions.configure("kotlinOptions", block)
4747
}
4848

build-logic/convention/src/main/kotlin/com/niyaj/samples/apps/popos/PoposFlavor.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ enum class PoposFlavor(val dimension: FlavorDimension, val applicationIdSuffix:
2121
}
2222

2323
fun Project.configureFlavors(
24-
commonExtension: CommonExtension<*, *, *, *, *>,
24+
commonExtension: CommonExtension<*, *, *, *, *, *>,
2525
flavorConfigurationBlock: ProductFlavor.(flavor: PoposFlavor) -> Unit = {}
2626
) {
2727
commonExtension.apply {

gradle/libs.versions.toml

+29-23
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[versions]
2-
accompanist = "0.32.0"
2+
accompanist = "0.34.0"
33
accompanistSwipeRefresh = '0.27.0'
44
acraVersion = '5.9.7'
55
appsweep = 'latest.release'
66
androidDesugarJdkLibs = "2.0.4"
7-
androidGradlePlugin = "8.2.2"
8-
androidTools = "31.2.2"
7+
androidGradlePlugin = "8.3.0"
8+
androidTools = "31.3.1"
99
androidxActivity = "1.8.2"
1010
androidxAppCompat = "1.6.1"
1111
androidxArchCore = '2.2.0'
12-
androidxComposeBom = "2024.02.00"
13-
androidxComposeCompiler = "1.5.8"
14-
androidxComposeUi = "1.6.1"
15-
androidxComposeRuntime = "1.6.1"
12+
androidxComposeBom = "2024.04.00"
13+
androidxComposeCompiler = "1.5.10"
14+
androidxComposeUi = "1.6.5"
15+
androidxComposeRuntime = "1.6.5"
1616
androidxComposeRuntimeTracing = "1.0.0-beta01"
17-
androidxComposeMaterial3 = "1.2.0"
17+
androidxComposeMaterial3 = "1.2.1"
1818
androidxCore = "1.12.0"
1919
androidxCoreSplashscreen = "1.0.1"
2020
androidxEspresso = "3.5.1"
21-
androidxHiltNavigationCompose = "1.1.0"
21+
androidxHiltNavigationCompose = "1.2.0"
2222
androidxLifecycle = "2.7.0"
2323
androidxLivedata = "1.4.3"
2424
androidxMacroBenchmark = "1.2.3"
@@ -28,60 +28,61 @@ androidxBenchmarkJunit4 = "1.1.1"
2828
androidxMetrics = "1.0.0-beta01"
2929
androidxNavigation = "2.7.7"
3030
androidxProfileinstaller = "1.3.1"
31+
androidxPaging = "3.3.0-beta01"
3132
androidxStartup = "1.1.1"
3233
androidxTestCore = "1.5.0"
3334
androidxTestExt = "1.1.5"
3435
androidxTestRules = "1.5.0"
3536
androidxTestRunner = "1.5.2"
3637
androidxTracing = "1.2.0"
37-
androidxUiAutomator = "2.2.0"
38+
androidxUiAutomator = "2.3.0"
3839
androidxWindowManager = "1.2.0"
3940
androidxWork = "2.9.0"
40-
coil = "2.5.0"
41+
coil = "2.6.0"
4142
detektVersion = "1.23.3"
4243
dependencyGuard = "0.4.3"
4344
exyte-navigation = '1.0.0'
44-
firebaseBom = "32.7.2"
45+
firebaseBom = "32.8.0"
4546
firebaseCrashlyticsPlugin = "2.9.9"
4647
firebasePerfPlugin = "1.4.2"
4748
gmsPlugin = "4.4.1"
4849
googleOss = "17.0.1"
4950
googleOssPlugin = "0.10.6"
50-
hilt = "2.50"
51-
hiltExt = "1.1.0"
51+
hilt = "2.51"
52+
hiltExt = "1.2.0"
5253
jacoco = "0.8.7"
5354
junit4 = "4.13.2"
5455
junit = "4.13.2"
5556
kotlin = "1.9.22"
56-
kotlinxCoroutines = "1.7.3"
57+
kotlinxCoroutines = "1.8.0"
5758
kotlinxDatetime = "0.5.0"
58-
kotlinxSerializationJson = "1.6.0"
59+
kotlinxSerializationJson = "1.6.3"
5960
kotlinxImmutable = "0.3.6"
60-
ksp = "1.9.22-1.0.17" # "1.9.10-1.0.13"
61-
lint = "31.2.2"
61+
ksp = "1.9.22-1.0.18" # "1.9.10-1.0.13"
62+
lint = "31.3.1"
6263
leakcanaryVersion = '2.10'
6364
moshiVersion = '1.15.0'
6465
mockkVersion = "1.13.5"
6566
okhttp = "4.10.0"
6667
posPrinterVersion = '3.4.0'
67-
protobuf = "3.24.4"
68+
protobuf = "3.25.2"
6869
protobufPlugin = "0.9.4"
6970
playIntegrity = '1.3.0'
7071
playUpdate = "2.1.0"
7172
playScanner = "16.1.0"
7273
playService = "18.3.0"
7374
revealswipeVersion = '1.1.0'
74-
raamcostaVersion = "1.9.56"
75+
raamcostaVersion = "1.9.56" #2.1.0-beta01
7576
realmVersion = "1.13.0"
7677
robolectric = "4.11.1"
77-
roborazzi = "1.6.0"
78+
roborazzi = "1.7.0"
7879
room = "2.6.1"
7980
secrets = "2.0.1"
8081
sentryVersion = '3.14.0'
8182
sentryAndroidVersion = '6.33.0'
82-
turbine = "1.0.0"
83+
turbine = "1.1.0"
8384
timberVersion = '5.0.1'
84-
truthVersion = '1.1.5'
85+
truthVersion = '1.4.2'
8586
vanpraComposeVersion = '0.9.0'
8687
zxing = "3.5.1"
8788
saketSwipe = "1.2.0"
@@ -142,6 +143,11 @@ androidx-compose-ui-util = { group = "androidx.compose.ui", name = "ui-util", ve
142143
androidx-compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics", version.ref = "androidxComposeUi" }
143144
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidxCore" }
144145

146+
# AndroidX Paging 3
147+
androidx-paging-runtime = {group = "androidx.paging", name="paging-runtime", version.ref= "androidxPaging" }
148+
androidx-paging-common = {group = "androidx.paging", name="paging-common", version.ref= "androidxPaging" }
149+
androidx-paging-compose = {group = "androidx.paging", name="paging-compose", version.ref= "androidxPaging" }
150+
145151
# Androidx Startup and Splash Screen
146152
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "androidxCoreSplashscreen" }
147153
androidx-core-startup = { group = "androidx.startup", name = "startup-runtime", version.ref = "androidxStartup" }
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Mon Jan 29 01:07:06 IST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-rc-1-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)