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

Enhancement - Updated Dependencies #214

Merged
merged 1 commit into from
Apr 8, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.gradle.kotlin.dsl.dependencies
* Configure Compose-specific options
*/
internal fun Project.configureAndroidCompose(
commonExtension: CommonExtension<*, *, *, *, *>,
commonExtension: CommonExtension<*, *, *, *, *, *>,
) {
commonExtension.apply {
buildFeatures {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import java.util.Locale
* Configure project for Gradle managed devices
*/
internal fun configureGradleManagedDevices(
commonExtension: CommonExtension<*, *, *, *, *>,
commonExtension: CommonExtension<*, *, *, *, *, *>,
) {
val deviceConfigs = listOf(
DeviceConfig("Pixel 4", 30, "aosp-atd"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
* Configure base Kotlin with Android options
*/
internal fun Project.configureKotlinAndroid(
commonExtension: CommonExtension<*, *, *, *, *>,
niyajali marked this conversation as resolved.
Show resolved Hide resolved
commonExtension: CommonExtension<*, *, *, *, *, *>,
) {
commonExtension.apply {
compileSdk = 34
Expand All @@ -42,7 +42,7 @@ internal fun Project.configureKotlinAndroid(
}
}

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enum class PoposFlavor(val dimension: FlavorDimension, val applicationIdSuffix:
}

fun Project.configureFlavors(
commonExtension: CommonExtension<*, *, *, *, *>,
commonExtension: CommonExtension<*, *, *, *, *, *>,
flavorConfigurationBlock: ProductFlavor.(flavor: PoposFlavor) -> Unit = {}
) {
commonExtension.apply {
Expand Down
52 changes: 29 additions & 23 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[versions]
accompanist = "0.32.0"
accompanist = "0.34.0"
accompanistSwipeRefresh = '0.27.0'
acraVersion = '5.9.7'
appsweep = 'latest.release'
androidDesugarJdkLibs = "2.0.4"
androidGradlePlugin = "8.2.2"
androidTools = "31.2.2"
androidGradlePlugin = "8.3.0"
androidTools = "31.3.1"
androidxActivity = "1.8.2"
androidxAppCompat = "1.6.1"
androidxArchCore = '2.2.0'
androidxComposeBom = "2024.02.00"
androidxComposeCompiler = "1.5.8"
androidxComposeUi = "1.6.1"
androidxComposeRuntime = "1.6.1"
androidxComposeBom = "2024.04.00"
androidxComposeCompiler = "1.5.10"
androidxComposeUi = "1.6.5"
androidxComposeRuntime = "1.6.5"
androidxComposeRuntimeTracing = "1.0.0-beta01"
androidxComposeMaterial3 = "1.2.0"
androidxComposeMaterial3 = "1.2.1"
androidxCore = "1.12.0"
androidxCoreSplashscreen = "1.0.1"
androidxEspresso = "3.5.1"
androidxHiltNavigationCompose = "1.1.0"
androidxHiltNavigationCompose = "1.2.0"
androidxLifecycle = "2.7.0"
androidxLivedata = "1.4.3"
androidxMacroBenchmark = "1.2.3"
Expand All @@ -28,60 +28,61 @@ androidxBenchmarkJunit4 = "1.1.1"
androidxMetrics = "1.0.0-beta01"
androidxNavigation = "2.7.7"
androidxProfileinstaller = "1.3.1"
androidxPaging = "3.3.0-beta01"
androidxStartup = "1.1.1"
androidxTestCore = "1.5.0"
androidxTestExt = "1.1.5"
androidxTestRules = "1.5.0"
androidxTestRunner = "1.5.2"
androidxTracing = "1.2.0"
androidxUiAutomator = "2.2.0"
androidxUiAutomator = "2.3.0"
androidxWindowManager = "1.2.0"
androidxWork = "2.9.0"
coil = "2.5.0"
coil = "2.6.0"
detektVersion = "1.23.3"
dependencyGuard = "0.4.3"
exyte-navigation = '1.0.0'
firebaseBom = "32.7.2"
firebaseBom = "32.8.0"
firebaseCrashlyticsPlugin = "2.9.9"
firebasePerfPlugin = "1.4.2"
gmsPlugin = "4.4.1"
googleOss = "17.0.1"
googleOssPlugin = "0.10.6"
hilt = "2.50"
hiltExt = "1.1.0"
hilt = "2.51"
hiltExt = "1.2.0"
jacoco = "0.8.7"
junit4 = "4.13.2"
junit = "4.13.2"
kotlin = "1.9.22"
kotlinxCoroutines = "1.7.3"
kotlinxCoroutines = "1.8.0"
kotlinxDatetime = "0.5.0"
kotlinxSerializationJson = "1.6.0"
kotlinxSerializationJson = "1.6.3"
kotlinxImmutable = "0.3.6"
ksp = "1.9.22-1.0.17" # "1.9.10-1.0.13"
lint = "31.2.2"
ksp = "1.9.22-1.0.18" # "1.9.10-1.0.13"
lint = "31.3.1"
leakcanaryVersion = '2.10'
moshiVersion = '1.15.0'
mockkVersion = "1.13.5"
okhttp = "4.10.0"
posPrinterVersion = '3.4.0'
protobuf = "3.24.4"
protobuf = "3.25.2"
protobufPlugin = "0.9.4"
playIntegrity = '1.3.0'
playUpdate = "2.1.0"
playScanner = "16.1.0"
playService = "18.3.0"
revealswipeVersion = '1.1.0'
raamcostaVersion = "1.9.56"
raamcostaVersion = "1.9.56" #2.1.0-beta01
realmVersion = "1.13.0"
robolectric = "4.11.1"
roborazzi = "1.6.0"
roborazzi = "1.7.0"
room = "2.6.1"
secrets = "2.0.1"
sentryVersion = '3.14.0'
sentryAndroidVersion = '6.33.0'
turbine = "1.0.0"
turbine = "1.1.0"
timberVersion = '5.0.1'
truthVersion = '1.1.5'
truthVersion = '1.4.2'
vanpraComposeVersion = '0.9.0'
zxing = "3.5.1"
saketSwipe = "1.2.0"
Expand Down Expand Up @@ -142,6 +143,11 @@ androidx-compose-ui-util = { group = "androidx.compose.ui", name = "ui-util", ve
androidx-compose-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics", version.ref = "androidxComposeUi" }
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "androidxCore" }

# AndroidX Paging 3
androidx-paging-runtime = {group = "androidx.paging", name="paging-runtime", version.ref= "androidxPaging" }
androidx-paging-common = {group = "androidx.paging", name="paging-common", version.ref= "androidxPaging" }
androidx-paging-compose = {group = "androidx.paging", name="paging-compose", version.ref= "androidxPaging" }

# Androidx Startup and Splash Screen
androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "androidxCoreSplashscreen" }
androidx-core-startup = { group = "androidx.startup", name = "startup-runtime", version.ref = "androidxStartup" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Jan 29 01:07:06 IST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists