This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
kdeconnect-android
Watch
2
Star
0
Fork
0
You've already forked kdeconnect-android
mirror of
https://github.com/KDE/kdeconnect-android
synced
2025-08-30 13:47:41 +00:00
Code
Issues
Releases
Wiki
Activity
kdeconnect-android
/
gradle.properties
4 lines
82 B
Properties
Raw
Normal View
History
Unescape
Escape
Migrate from android support libraries to androidx Summary: Use the new AndroidX libraries instead of the legacy support libraries Test Plan: Apply patch and verify everything works as before Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Subscribers: shubham, kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D17818
2018-12-27 15:40:57 +01:00
android.enableJetifier
=
true
Use gradle.properties to control what kind of code optimization runs
2020-03-11 01:00:53 -04:00
android.useAndroidX
=
true
Add JVM memory argument.
2020-07-07 20:07:47 +05:30
org.gradle.jvmargs
=
-Xmx4096m
Reference in New Issue
Copy Permalink