File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 {
6262android {
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"
Original file line number Diff line number Diff line change 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
44version_major =3
55version_minor =1
66version_patch =4
Original file line number Diff line number Diff line change 2020
2121buildscript {
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 }
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
You can’t perform that action at this time.
0 commit comments