Skip to content

Commit

Permalink
Bump version to 1.1-beta20
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf104a committed Jun 11, 2024
1 parent 4e78bc8 commit aa3b831
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.polar.nextcloudservices"
minSdkVersion 25
targetSdkVersion 34
versionCode 19
versionName '1.1-beta19'
versionCode 20
versionName '1.1-beta20'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Fixes for Android 14 SDK(thanks to @freeflyk)
- Fixes for websocket implementation

0 comments on commit aa3b831

Please sign in to comment.