Skip to content

Commit

Permalink
bump to 3.4.1 RC1
Browse files Browse the repository at this point in the history
- possible fix for crash on Android 9

Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Dec 18, 2018
1 parent 44e0e9b commit ceadfa6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ repositories {
// semantic versioning for version code
def versionMajor = 3
def versionMinor = 4
def versionPatch = 0
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable
def versionPatch = 1
def versionBuild = 51 // 0-50=Alpha / 51-98=RC / 90-99=stable

def taskRequest = getGradle().getStartParameter().getTaskRequests().toString()
if (taskRequest.contains("Gplay") || taskRequest.contains("findbugs") || taskRequest.contains("lint")) {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30040151.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
3.4.1 RC1 (December, 18, 2018)

- fix possible crash on Android 9
5 changes: 5 additions & 0 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
android:installLocation="internalOnly"
android:manageSpaceActivity="com.owncloud.android.ui.activity.ManageSpaceActivity"
tools:ignore="UnusedAttribute">

<uses-library
android:name="org.apache.http.legacy"
android:required="false" />

<activity
android:name=".ui.activity.FileDisplayActivity"
android:launchMode="singleTop"
Expand Down

0 comments on commit ceadfa6

Please sign in to comment.