File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
4848 testImplementation ' androidx.test.ext:junit:1.3.0'
4949 testImplementation ' com.googlecode.junit-toolbox:junit-toolbox:2.4'
5050 testImplementation ' junit:junit:4.13.2'
51- testImplementation ' org.mockito:mockito-core:5.20 .0'
51+ testImplementation ' org.mockito:mockito-core:5.21 .0'
5252 testImplementation ' org.mockito.kotlin:mockito-kotlin:6.1.0'
5353 testImplementation ' org.robolectric:robolectric:4.16'
5454 testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
@@ -64,7 +64,7 @@ dependencies {
6464android {
6565 namespace = ' com.vrem.wifianalyzer'
6666 compileSdk = 36
67- buildToolsVersion ' 36.0 .0'
67+ buildToolsVersion ' 36.1 .0'
6868
6969 sourceSets. each {
7070 it. java. srcDirs + = " src/$it . name /kotlin"
Original file line number Diff line number Diff line change 11# Build Properties
2- # Sat Dec 06 14:38:03 EST 2025
3- version_build =35
2+ # Thu Dec 11 17:28:36 EST 2025
3+ version_build =36
44version_major =3
55version_minor =2
66version_patch =1
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ buildscript {
2828 gradlePluginPortal() // Added for plugin resolution
2929 }
3030 dependencies {
31- classpath ' com.android.tools.build:gradle:8.13.1 '
31+ classpath ' com.android.tools.build:gradle:8.13.2 '
3232 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
3333 classpath " org.jetbrains.kotlin:kotlin-allopen:$kotlin_version "
3434 classpath " com.github.ben-manes:gradle-versions-plugin:0.53.0"
You can’t perform that action at this time.
0 commit comments