File tree Expand file tree Collapse file tree 6 files changed +20
-6
lines changed
Expand file tree Collapse file tree 6 files changed +20
-6
lines changed Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change 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
44version_major =3
55version_minor =0
66version_patch =12
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 2020
2121buildscript {
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 }
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.0 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -bin.zip
You can’t perform that action at this time.
0 commit comments