Skip to content

Commit 7167e37

Browse files
committed
Update Nextcloud deps
1 parent a04ce05 commit 7167e37

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle.properties

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
# any settings specified in this file.
55
# For more details on how to configure your build environment visit
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
7+
78
# Specifies the JVM arguments used for the daemon process.
89
# The setting is particularly useful for tweaking memory settings.
910
org.gradle.jvmargs=-Xmx2048m
10-
# When configured, Gradle will run in incubating parallel mode.
11-
# This option should only be used with decoupled projects. More details, visit
12-
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13-
# org.gradle.parallel=true
11+
1412
# AndroidX package structure to make it clearer which packages are bundled with the
1513
# Android operating system, and which are packaged with your app"s APK
1614
# https://developer.android.com/topic/libraries/support-library/androidx-rn
1715
android.useAndroidX=true
16+
1817
# Automatically convert third-party libraries to use AndroidX
1918
android.enableJetifier=true
19+
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
2222

@@ -29,7 +29,7 @@ versions_retrofit=2.9.0
2929
versions_okhttp=4.9.1
3030
versions_lifecycle=2.3.1
3131
versions_recyclerview=1.2.1
32-
versions_nextcloud_sso=0.6.0-rc5
32+
versions_nextcloud_sso=0.6.0
3333
versions_material=1.5.0-beta01
3434
versions_picasso=2.71828
3535
versions_nav=2.3.5

0 commit comments

Comments
 (0)