Skip to content

Commit 9ff00cd

Browse files
update dependencies
1 parent fb34fd6 commit 9ff00cd

6 files changed

Lines changed: 11 additions & 23 deletions

File tree

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
id "kotlin-android"
2222
id "kotlin-allopen"
2323
id "jacoco"
24-
id "org.jlleitschuh.gradle.ktlint" version "14.0.1"
24+
id "org.jlleitschuh.gradle.ktlint" version "14.2.0"
2525
}
2626

2727
apply {
@@ -35,8 +35,8 @@ dependencies {
3535
implementation 'com.google.android.material:material:1.13.0'
3636
implementation 'androidx.annotation:annotation:1.9.1'
3737
implementation 'androidx.appcompat:appcompat:1.7.1'
38-
implementation 'androidx.collection:collection-ktx:1.5.0'
39-
implementation 'androidx.core:core-ktx:1.17.0'
38+
implementation 'androidx.collection:collection-ktx:1.6.0'
39+
implementation 'androidx.core:core-ktx:1.18.0'
4040
implementation 'androidx.core:core-splashscreen:1.2.0'
4141
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
4242
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0'
@@ -48,8 +48,8 @@ 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.21.0'
52-
testImplementation 'org.mockito.kotlin:mockito-kotlin:6.2.3'
51+
testImplementation 'org.mockito:mockito-core:5.23.0'
52+
testImplementation 'org.mockito.kotlin:mockito-kotlin:6.3.0'
5353
testImplementation 'org.robolectric:robolectric:4.16.1'
5454
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
5555
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"

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-
#Fri Jan 30 18:31:23 EST 2026
3-
version_build=5
2+
#Sun Mar 22 17:31:55 EDT 2026
3+
version_build=6
44
version_major=3
55
version_minor=2
66
version_patch=2

app/src/main/res/values-uk/strings.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,6 @@
1717
-->
1818

1919
<resources>
20-
<!-- about end -->
21-
<!-- about start -->
22-
<!-- action end -->
23-
<!-- action start -->
24-
<!-- filter end -->
25-
<!-- filter start -->
26-
<!-- security end -->
27-
<!-- security start -->
28-
<!-- settings end -->
29-
<!-- settings start -->
30-
<!-- wifi throttling end -->
31-
<!-- wifi throttling start -->
3220
<string name="about_contributor_title">"Автори"</string>
3321
<string name="about_description_text">"Оптимізація мережі Wi-Fi шляхом перевірки стану Wi-Fi, рівня сигналу і визначення переповнених каналів використовуючи WiFiAnalyzer для Android"</string>
3422
<string name="about_description_title">"Опис:"</string>

build.gradle

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

2121
buildscript {
2222
ext {
23-
kotlin_version = '2.3.0'
23+
kotlin_version = '2.3.20'
2424
}
2525
repositories {
2626
google()
2727
mavenCentral()
2828
gradlePluginPortal() // Added for plugin resolution
2929
}
3030
dependencies {
31-
classpath 'com.android.tools.build:gradle:9.0.0'
31+
classpath 'com.android.tools.build:gradle:9.1.0'
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"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* WiFiAnalyzer
3-
* Copyright (C) 2019 VREM Software Development <VREMSoftwareDevelopment@gmail.com>
3+
* Copyright (C) 2015 - 2026 VREM Software Development <VREMSoftwareDevelopment@gmail.com>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)