diff --git a/app/build.gradle b/app/build.gradle index f6a9cd1a..4d0a292b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,13 +47,13 @@ dependencies { testImplementation 'androidx.test.ext:junit:1.2.1' testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.14.2' + testImplementation 'org.mockito:mockito-core:5.15.2' testImplementation 'org.mockito.kotlin:mockito-kotlin:5.4.0' testImplementation 'org.robolectric:robolectric:4.14.1' testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version" testImplementation 'org.slf4j:slf4j-simple:2.0.16' - testImplementation 'org.assertj:assertj-core:3.26.3' + testImplementation 'org.assertj:assertj-core:3.27.3' // Android Test Dependencies androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' androidTestImplementation 'androidx.test.ext:junit-ktx:1.2.1' @@ -62,7 +62,6 @@ dependencies { android { namespace 'com.vrem.wifianalyzer' compileSdk 35 - buildToolsVersion '35.0.0' sourceSets.each { it.java.srcDirs += "src/$it.name/kotlin" diff --git a/app/build.properties b/app/build.properties index 4a92f5ed..888c5935 100644 --- a/app/build.properties +++ b/app/build.properties @@ -1,6 +1,6 @@ #Build Properties -#Sun Jan 05 11:44:19 EST 2025 -version_build=0 +#Sat Jan 18 09:56:30 EST 2025 +version_build=2 version_major=3 version_minor=1 version_patch=4 diff --git a/build.gradle b/build.gradle index 781b9490..f20b1dbf 100644 --- a/build.gradle +++ b/build.gradle @@ -20,14 +20,14 @@ buildscript { ext { - kotlin_version = '2.0.21' + kotlin_version = '2.1.0' } repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.7.3' + classpath 'com.android.tools.build:gradle:8.8.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlin_version" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 03e7599e..51dbb847 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip