11ext {
22 junitVersion = project. hasProperty(' junitVersion' ) ? rootProject. ext. junitVersion : ' 4.13.2'
3- androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.6.1 '
4- androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.5 '
5- androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.5 .1'
6- recognizebvMSALVersion = project. hasProperty(" recognizebvMSALVersion" ) ? rootProject. ext. recognizebvMSALVersion : ' 4.9 .0'
3+ androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.7.0 '
4+ androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.2.1 '
5+ androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.6 .1'
6+ recognizebvMSALVersion = project. hasProperty(" recognizebvMSALVersion" ) ? rootProject. ext. recognizebvMSALVersion : ' 5.4 .0'
77}
88
99buildscript {
@@ -12,7 +12,7 @@ buildscript {
1212 mavenCentral()
1313 }
1414 dependencies {
15- classpath ' com.android.tools.build:gradle:8.0.0 '
15+ classpath ' com.android.tools.build:gradle:8.2.1 '
1616 }
1717}
1818
@@ -66,15 +66,15 @@ dependencies {
6666 implementation " androidx.appcompat:appcompat:$androidxAppCompatVersion "
6767 implementation " com.microsoft.identity.client:msal:$recognizebvMSALVersion "
6868
69- testImplementation " org.json:json:20230227 "
69+ testImplementation " org.json:json:20240303 "
7070 testImplementation " org.mockito:mockito-inline:5.2.0"
71- testImplementation " org.mockito:mockito-junit-jupiter:5.3.1 "
72- testImplementation " org.junit.jupiter:junit-jupiter-api:5.9.3 "
73- testImplementation " org.junit.jupiter:junit-jupiter-params:5.9.3 "
71+ testImplementation " org.mockito:mockito-junit-jupiter:5.12.0 "
72+ testImplementation " org.junit.jupiter:junit-jupiter-api:5.11.0-M2 "
73+ testImplementation " org.junit.jupiter:junit-jupiter-params:5.11.0-M2 "
7474 androidTestImplementation " androidx.test.ext:junit:$androidxJunitVersion "
7575 androidTestImplementation " androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion "
76- testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.8.0 "
77- testRuntimeOnly " org.junit.vintage:junit-vintage-engine:5.8.0 "
76+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.11.0-M2 "
77+ testRuntimeOnly " org.junit.vintage:junit-vintage-engine:5.11.0-M2 "
7878}
7979
8080tasks. withType(Test ) {
0 commit comments