File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
# any settings specified in this file.
5
5
# For more details on how to configure your build environment visit
6
6
# http://www.gradle.org/docs/current/userguide/build_environment.html
7
+
7
8
# Specifies the JVM arguments used for the daemon process.
8
9
# The setting is particularly useful for tweaking memory settings.
9
10
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
+
14
12
# AndroidX package structure to make it clearer which packages are bundled with the
15
13
# Android operating system, and which are packaged with your app"s APK
16
14
# https://developer.android.com/topic/libraries/support-library/androidx-rn
17
15
android.useAndroidX =true
16
+
18
17
# Automatically convert third-party libraries to use AndroidX
19
18
android.enableJetifier =true
19
+
20
20
# Kotlin code style for this project: "official" or "obsolete":
21
21
kotlin.code.style =official
22
22
@@ -29,7 +29,7 @@ versions_retrofit=2.9.0
29
29
versions_okhttp =4.9.1
30
30
versions_lifecycle =2.3.1
31
31
versions_recyclerview =1.2.1
32
- versions_nextcloud_sso =0.6.0-rc5
32
+ versions_nextcloud_sso =0.6.0
33
33
versions_material =1.5.0-beta01
34
34
versions_picasso =2.71828
35
35
versions_nav =2.3.5
You can’t perform that action at this time.
0 commit comments