File tree Expand file tree Collapse file tree 6 files changed +11
-6
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
5555 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
5656 implementation ' me.dm7.barcodescanner:zxing:1.9.13'
5757 implementation " androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
58- implementation ' com.squareup.okhttp3:okhttp:4.8 .0'
58+ implementation ' com.squareup.okhttp3:okhttp:4.9 .0'
5959 testImplementation ' junit:junit:4.13'
6060 androidTestImplementation ' androidx.test.ext:junit:1.1.1'
6161 androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
Original file line number Diff line number Diff line change 11<resources >
2- <string name =" app_name" >DocspellShare </string >
2+ <string name =" app_name" >Docspell Share </string >
33 <string name =" title_activity_main" >Docspell Share</string >
44 <string name =" title_activity_share" >Upload to Docspell</string >
55 <string name =" title_activity_qrcode" >Scan URL</string >
1313 <string name =" cancel_btn_label" >Cancel</string >
1414 <string name =" default_switch_label" >Default</string >
1515 <string name =" uploadError" >Upload Error: %s</string >
16- </resources >
16+ </resources >
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ buildscript {
1313}
1414
1515plugins {
16- id ' com.github.sherter.google-java-format' version ' 0.8'
16+ id ' com.github.sherter.google-java-format' version ' 0.9'
17+ id " com.github.ben-manes.versions" version " 0.36.0"
1718}
1819
1920allprojects {
@@ -25,4 +26,4 @@ allprojects {
2526
2627task clean (type : Delete ) {
2728 delete rootProject. buildDir
28- }
29+ }
Original file line number Diff line number Diff line change 1+ - Initial F-Droid release
2+ - Adds fastlane metadata
Original file line number Diff line number Diff line change 1+ - Bump dependency versions
2+ - Fix fastlane metadata
Original file line number Diff line number Diff line change 11include ' :app'
2- rootProject. name = " DocspellShare "
2+ rootProject. name = " Docspell Share "
You can’t perform that action at this time.
0 commit comments