Skip to content

Commit 59c04fc

Browse files
update gradle and dependencies
1 parent 02914a1 commit 59c04fc

4 files changed

Lines changed: 7 additions & 8 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ dependencies {
4747
testImplementation 'androidx.test.ext:junit:1.2.1'
4848
testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4'
4949
testImplementation 'junit:junit:4.13.2'
50-
testImplementation 'org.mockito:mockito-core:5.14.2'
50+
testImplementation 'org.mockito:mockito-core:5.15.2'
5151
testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.0'
5252
testImplementation 'org.robolectric:robolectric:4.14.1'
5353
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
5454
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
5555
testImplementation 'org.slf4j:slf4j-simple:2.0.16'
56-
testImplementation 'org.assertj:assertj-core:3.26.3'
56+
testImplementation 'org.assertj:assertj-core:3.27.3'
5757
// Android Test Dependencies
5858
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
5959
androidTestImplementation 'androidx.test.ext:junit-ktx:1.2.1'
@@ -62,7 +62,6 @@ dependencies {
6262
android {
6363
namespace 'com.vrem.wifianalyzer'
6464
compileSdk 35
65-
buildToolsVersion '35.0.0'
6665

6766
sourceSets.each {
6867
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,6 +1,6 @@
11
#Build Properties
2-
#Sun Jan 05 11:44:19 EST 2025
3-
version_build=0
2+
#Sat Jan 18 09:56:30 EST 2025
3+
version_build=2
44
version_major=3
55
version_minor=1
66
version_patch=4

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
buildscript {
2222
ext {
23-
kotlin_version = '2.0.21'
23+
kotlin_version = '2.1.0'
2424
}
2525
repositories {
2626
google()
2727
mavenCentral()
2828
}
2929
dependencies {
30-
classpath 'com.android.tools.build:gradle:8.7.3'
30+
classpath 'com.android.tools.build:gradle:8.8.0'
3131
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
3232
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version"
3333
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip

0 commit comments

Comments
 (0)