0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-12-22 16:30:00 +00:00

gradle updates

This commit is contained in:
X1nto 2020-08-24 23:56:11 +04:00
parent 72d84bbece
commit befde1a66a
3 changed files with 5 additions and 5 deletions

1
.gitignore vendored
View file

@ -4,6 +4,7 @@ build/
out/
app/src/main/java/com/vanced/manager/core/base/DummyJava.java
app/google-services.json
app/build/
local.properties
/.github/
*.iml

View file

@ -6,8 +6,8 @@ import androidx.constraintlayout.widget.ConstraintLayout
open class SlidingConstraintLayout : ConstraintLayout {
constructor(context: Context?) : super(context)
constructor(context: Context?, attrs: AttributeSet?) : super(
constructor(context: Context) : super(context)
constructor(context: Context, attrs: AttributeSet?) : super(
context,
attrs
)
@ -29,4 +29,4 @@ open class SlidingConstraintLayout : ConstraintLayout {
(1).toFloat()
x = newWidth
}
}
}

View file

@ -6,7 +6,7 @@
# 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=-Xmx8192m
org.gradle.jvmargs=-Xmx4096m
# 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
@ -21,4 +21,3 @@ android.enableJetifier=true
kotlin.code.style=official
org.gradle.configureondemand=true
org.gradle.daemon=false