@@ -26,7 +26,7 @@ apply plugin: "kotlin-allopen"
2626dependencies {
2727 // Compile Build Dependencies
2828 implementation fileTree(include : [" *.jar" ], dir : " libs" )
29- implementation ' com.google.android.material:material:1.6.1 '
29+ implementation ' com.google.android.material:material:1.7.0 '
3030 implementation ' androidx.annotation:annotation:1.5.0'
3131 implementation ' androidx.appcompat:appcompat:1.5.1'
3232 implementation ' androidx.collection:collection-ktx:1.2.0'
@@ -39,24 +39,24 @@ dependencies {
3939 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
4040 implementation ' com.jjoe64:graphview:4.2.2'
4141 // Unit Test Dependencies
42- testImplementation ' androidx.test.ext:junit:1.1.3 '
42+ testImplementation ' androidx.test.ext:junit:1.1.4 '
4343 testImplementation ' com.googlecode.junit-toolbox:junit-toolbox:2.4'
4444 testImplementation ' com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
4545 testImplementation ' io.mockk:mockk:1.13.2'
4646 testImplementation ' junit:junit:4.13.2'
47- testImplementation ' org.mockito:mockito-core:4.8 .0'
47+ testImplementation ' org.mockito:mockito-core:4.9 .0'
4848 testImplementation ' org.robolectric:robolectric:4.9'
4949 testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
5050 testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
5151 // Android Test Dependencies
52- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4 .0'
53- androidTestImplementation ' androidx.test.ext:junit-ktx:1.1.3 '
52+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5 .0'
53+ androidTestImplementation ' androidx.test.ext:junit-ktx:1.1.4 '
5454}
5555
5656android {
5757 namespace ' com.vrem.wifianalyzer'
5858 compileSdkVersion 33
59- buildToolsVersion ' 33.0.0 '
59+ buildToolsVersion ' 33.0.1 '
6060
6161 sourceSets. each {
6262 it. java. srcDirs + = " src/$it . name /kotlin"
0 commit comments