This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ext {
2- junitVersion = project. hasProperty(' junitVersion' ) ? rootProject. ext. junitVersion : ' 4.13.1 '
3- androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.2.0 '
4- androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.2 '
5- androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.3 .0'
2+ junitVersion = project. hasProperty(' junitVersion' ) ? rootProject. ext. junitVersion : ' 4.13.2 '
3+ androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.4.2 '
4+ androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.3 '
5+ androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.4 .0'
66 firebaseCrashlyticsVersion = project. hasProperty(' firebaseCrashlyticsVersion' ) ? rootProject. ext. firebaseCrashlyticsVersion : ' 18.2.8'
77}
88
@@ -37,15 +37,14 @@ android {
3737 abortOnError false
3838 }
3939 compileOptions {
40- sourceCompatibility JavaVersion . VERSION_1_8
41- targetCompatibility JavaVersion . VERSION_1_8
40+ sourceCompatibility JavaVersion . VERSION_11
41+ targetCompatibility JavaVersion . VERSION_11
4242 }
4343}
4444
4545repositories {
4646 google()
4747 mavenCentral()
48- jcenter()
4948}
5049
5150
You can’t perform that action at this time.
0 commit comments