Skip to content

Commit 955a179

Browse files
update dependencies
1 parent c3ac210 commit 955a179

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: "kotlin-allopen"
2626
dependencies {
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

5656
android {
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"

app/build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Build Properties
2-
#Sun Oct 02 11:20:18 EDT 2022
2+
#Sat Nov 26 10:10:07 EST 2022
33
version_minor=0
44
version_store=61
55
version_patch=9
6-
version_build=3
6+
version_build=4
77
version_major=3

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
mavenCentral()
2828
}
2929
dependencies {
30-
classpath 'com.android.tools.build:gradle:7.3.0'
30+
classpath 'com.android.tools.build:gradle:7.3.1'
3131
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
3232
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version"
3333
}

0 commit comments

Comments
 (0)