Skip to content

Commit 2f5f3ba

Browse files
update gradle
1 parent f5abfdd commit 2f5f3ba

File tree

6 files changed

+20
-6
lines changed

6 files changed

+20
-6
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
testImplementation 'com.googlecode.junit-toolbox:junit-toolbox:2.4'
4444
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
4545
testImplementation 'junit:junit:4.13.2'
46-
testImplementation 'org.mockito:mockito-core:5.7.0'
46+
testImplementation 'org.mockito:mockito-core:5.8.0'
4747
testImplementation 'org.robolectric:robolectric:4.10.3'
4848
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
4949
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-
#Sat Nov 25 10:54:04 EST 2023
3-
version_build=18
2+
#Sat Dec 02 09:16:00 EST 2023
3+
version_build=19
44
version_major=3
55
version_minor=0
66
version_patch=12

app/src/main/res/layout/about_content.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,18 @@
238238
android:autoLink="web"
239239
android:text="@string/about_faq_url" />
240240

241+
<TextView
242+
android:layout_width="wrap_content"
243+
android:layout_height="wrap_content"
244+
android:layout_marginTop="@dimen/activity_vertical_margin"
245+
android:text="@string/about_privacy_policy" />
246+
247+
<TextView
248+
android:layout_width="693dp"
249+
android:layout_height="wrap_content"
250+
android:autoLink="web"
251+
android:text="@string/about_privacy_policy_url" />
252+
241253
<Button
242254
android:id="@+id/contributors"
243255
android:layout_width="wrap_content"

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,8 @@
177177
<string name="about_how_to_url" translatable="false">"https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/#how-to"</string>
178178
<string name="about_faq" translatable="false">"FAQ:"</string>
179179
<string name="about_faq_url" translatable="false">"https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/#faq"</string>
180+
<string name="about_privacy_policy" translatable="false">"Privacy Policy:"</string>
181+
<string name="about_privacy_policy_url" translatable="false">"https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/#privacy-policy"</string>
180182
<string name="about_contributor_title">"Contributors"</string>
181183
<string name="about_write_review">"Write a Review"</string>
182184
<string name="about_port_authority_url" translatable="false">https://github.com/aaronjwood/PortAuthority</string>

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 = '1.9.20'
23+
kotlin_version = '1.9.21'
2424
}
2525
repositories {
2626
google()
2727
mavenCentral()
2828
}
2929
dependencies {
30-
classpath 'com.android.tools.build:gradle:8.1.4'
30+
classpath 'com.android.tools.build:gradle:8.2.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.0-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip

0 commit comments

Comments
 (0)