From 345789e26b28509e3b37b276ede0e7f0ff5e999f Mon Sep 17 00:00:00 2001 From: Rahil khan <65817230+ErrorxCode@users.noreply.github.com> Date: Mon, 24 Jan 2022 11:11:50 +0530 Subject: [PATCH] gradle changes --- gradle.properties | 19 +++++++++++++++++++ local.properties | 10 ++++++++++ settings.gradle | 13 +++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 gradle.properties create mode 100644 local.properties create mode 100644 settings.gradle diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..829d073 --- /dev/null +++ b/gradle.properties @@ -0,0 +1,19 @@ +# Project-wide Gradle settings. +# IDE (e.g. Android Studio) users: +# Gradle settings configured through the IDE *will override* +# any settings specified in this file. +# For more details on how to configure your build environment visit +# http://www.gradle.org/docs/current/userguide/build_environment.html +# Specifies the JVM arguments used for the daemon process. +# The setting is particularly useful for tweaking memory settings. +org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 +# When configured, Gradle will run in incubating parallel mode. +# This option should only be used with decoupled projects. More details, visit +# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects +# org.gradle.parallel=true +# AndroidX package structure to make it clearer which packages are bundled with the +# Android operating system, and which are packaged with your app"s APK +# https://developer.android.com/topic/libraries/support-library/androidx-rn +android.useAndroidX=true +# Automatically convert third-party libraries to use AndroidX +android.enableJetifier=true \ No newline at end of file diff --git a/local.properties b/local.properties new file mode 100644 index 0000000..4e9415e --- /dev/null +++ b/local.properties @@ -0,0 +1,10 @@ +## This file is automatically generated by Android Studio. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file should *NOT* be checked into Version Control Systems, +# as it contains information specific to your local configuration. +# +# Location of the SDK. This is only used by Gradle. +# For customization when using a Version Control System, please read the +# header note. +sdk.dir=C\:\\Users\\Asus\\AppData\\Local\\Android\\Sdk \ No newline at end of file diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..b620dae --- /dev/null +++ b/settings.gradle @@ -0,0 +1,13 @@ +include ':EasyWidgets' +include ':FileScrapper' +include ':PUBG_Utils' +include ':app' +rootProject.name = "Libraries" +include ':EasyPreference' +include ':PhoneVerification' +include ':ModernOnboarding' +include ':CloremDB' +include ':EasyInsta' +include ':ClorastoreDB' +include ':Clorabase' +include ':Console'