Loading app/build.gradle +5 −5 Original line number Diff line number Diff line Loading @@ -38,12 +38,12 @@ android { } dependencies { androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.ext:junit:1.3.0' //implementation 'androidx.activity:activity:1.9.3' // needed for EdgeToEdge.enable(this) // appcompat version must be 1.4.0 or later to satisfy emoji policy! implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.appcompat:appcompat:1.7.1' // needed to fix errors since upgrading to appcompat:1.7.0, see https://stackoverflow.com/questions/75263047/duplicate-class-in-kotlin-android implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.0")) Loading @@ -55,9 +55,9 @@ dependencies { testImplementation 'junit:junit:4.13.2' // newer AndroidJUnit4 InstrumentedTest androidTestImplementation "androidx.test:runner:1.6.2" androidTestImplementation "androidx.test:rules:1.6.1" androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" androidTestImplementation "androidx.test:runner:1.7.0" androidTestImplementation "androidx.test:rules:1.7.0" androidTestImplementation "androidx.test.espresso:espresso-core:3.7.0" } java { Loading Loading
app/build.gradle +5 −5 Original line number Diff line number Diff line Loading @@ -38,12 +38,12 @@ android { } dependencies { androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.ext:junit:1.3.0' //implementation 'androidx.activity:activity:1.9.3' // needed for EdgeToEdge.enable(this) // appcompat version must be 1.4.0 or later to satisfy emoji policy! implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.appcompat:appcompat:1.7.1' // needed to fix errors since upgrading to appcompat:1.7.0, see https://stackoverflow.com/questions/75263047/duplicate-class-in-kotlin-android implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.0")) Loading @@ -55,9 +55,9 @@ dependencies { testImplementation 'junit:junit:4.13.2' // newer AndroidJUnit4 InstrumentedTest androidTestImplementation "androidx.test:runner:1.6.2" androidTestImplementation "androidx.test:rules:1.6.1" androidTestImplementation "androidx.test.espresso:espresso-core:3.6.1" androidTestImplementation "androidx.test:runner:1.7.0" androidTestImplementation "androidx.test:rules:1.7.0" androidTestImplementation "androidx.test.espresso:espresso-core:3.7.0" } java { Loading