Skip to content

Commit dac88f4

Browse files
committed
Update dependency, bump version for okhttp
1 parent d68f444 commit dac88f4

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>
@@ -13,4 +13,4 @@
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>

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ buildscript {
1313
}
1414

1515
plugins {
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

1920
allprojects {
@@ -25,4 +26,4 @@ allprojects {
2526

2627
task clean(type: Delete) {
2728
delete rootProject.buildDir
28-
}
29+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Initial F-Droid release
2+
- Adds fastlane metadata
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Bump dependency versions
2+
- Fix fastlane metadata

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include ':app'
2-
rootProject.name = "DocspellShare"
2+
rootProject.name = "Docspell Share"

0 commit comments

Comments
 (0)