File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3737 <trusted-key id="0D35D3F60078655126908E8AF3D1600878E85A3D" group="io.netty"/>
3838 <trusted-key id="0F06FF86BEEAF4E71866EE5232EE5355A6BC6E42">
3939 <trusting group="androidx.databinding"/>
40+ <trusting group="^androidx[.]test($|([.].*))" regex="true"/>
4041 <trusting group="^com[.]android($|([.].*))" regex="true"/>
4142 </trusted-key>
4243 <trusted-key id="0F07D1201BDDAB67CFB84EB479752DB6C966F0B8" group="com.google.android" name="annotations" version="4.1.1.4"/>
4950 <trusted-key id="190D5A957FF22273E601F7A7C92C5FEC70161C62" group="org.apache" name="apache"/>
5051 <trusted-key id="19BEAB2D799C020F17C69126B16698A4ADF4D638" group="org.checkerframework"/>
5152 <trusted-key id="1A55F091AD28C07F831FA44D7905DE25C78AD456" group="com.google.protobuf"/>
53+ <trusted-key id="1D217F8475EEE9F19AB8DD6B793FD5751A0F0780" group="^com[.]squareup($|([.].*))" regex="true"/>
5254 <trusted-key id="1D2C7EF8ADA0F794B58C7C63436902AF59EDF60E">
5355 <trusting group="dev.equo.ide" name="solstice" version="1.7.5"/>
5456 <trusting group="dev.equo.ide" name="solstice" version="1.8.0"/>
179181 <trusted-key id="A5BD02B93E7A40482EB1D66A5F69AD087600B22C" group="org.ow2.asm"/>
180182 <trusted-key id="A5F483CD733A4EBAEA378B2AE88979FB9B30ACF2">
181183 <trusting group="androidx.annotation"/>
184+ <trusting group="androidx.concurrent"/>
182185 <trusting group="androidx.databinding"/>
183186 <trusting group="androidx.startup" name="startup-runtime" version="1.2.0"/>
184187 <trusting group="^androidx[.]test($|([.].*))" regex="true"/>
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ dependencies {
8484 // dependencies for instrumented tests
8585 // JUnit4 Rules
8686 androidTestImplementation " junit:junit:$junit_version "
87- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
87+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
8888 androidTestImplementation ' androidx.test:rules:1.6.1'
8989
9090 // Android JUnit Runner
Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ dependencies {
5959 implementation ' androidx.test:monitor:1.7.2'
6060 androidTestImplementation ' junit:junit:4.13.2'
6161 androidTestImplementation ' androidx.test:monitor:1.7.2'
62- androidTestImplementation ' androidx.test.ext:junit:1.2.1 '
62+ androidTestImplementation ' androidx.test.ext:junit:1.3.0 '
6363 androidTestImplementation ' androidx.test:runner:1.6.2'
6464}
You can’t perform that action at this time.
0 commit comments