Skip to content
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
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.nav_version = "2.6.0" // require SDK 34 from 2.7.0
ext.nav_version = "2.9.0" // require SDK 34 from 2.7.0
ext.hilt_version = "2.56.2"
ext.coroutines_version = "1.10.2"
ext.lifecycle_version = "2.6.2"
ext.lifecycle_version = "2.9.0"
ext.text_recognition_version = "16.0.1"
ext.kotpref_version = "2.13.2"
ext.retrofit2_version = "3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ dependencies {

implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')

implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.core:core-ktx:1.16.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
Expand Down Expand Up @@ -145,10 +145,10 @@ dependencies {
androidTestImplementation "androidx.navigation:navigation-testing:$nav_version"

// required to avoid crash on Android 12 API 31
implementation 'androidx.work:work-runtime-ktx:2.8.1'
implementation 'androidx.work:work-runtime-ktx:2.10.1'

// Compose
def composeBom = platform('androidx.compose:compose-bom:2024.12.01')
def composeBom = platform('androidx.compose:compose-bom:2025.05.00')
implementation composeBom
androidTestImplementation composeBom
// Material Design 3
Expand Down Expand Up @@ -239,7 +239,7 @@ dependencies {
// implementation 'com.mopub.mediation:adcolony:4.5.0.1'

// Admob
implementation 'com.google.android.gms:play-services-ads:22.6.0'
implementation 'com.google.android.gms:play-services-ads:23.6.0'
// Facebook Ad network
implementation 'com.google.ads.mediation:facebook:6.19.0.0'
// Adcolony Ad network
Expand Down