Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
by 24.3.21: gradle build speed up
Browse files Browse the repository at this point in the history
  • Loading branch information
zzemlyanaya committed Mar 24, 2021
1 parent b9722de commit c1bf65e
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Created by Evgeniya Zemlyanaya (@zzemlyanaya)
* Copyright (c) 2021 . All rights reserved.
* Last modified 09.03.2021, 18:24
* Last modified 24.03.2021, 13:51
*/

plugins {
Expand All @@ -21,6 +21,7 @@ android {
targetSdkVersion 30
versionCode 1
versionName "1.0"
multiDexEnabled true
}

buildFeatures {
Expand All @@ -32,6 +33,7 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}

}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/fragment_dairy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
~ Created by Evgeniya Zemlyanaya (@zzemlyanaya)
~ Copyright (c) 2021 . All rights reserved.
~ Last modified 24.03.2021, 12:02
~ Last modified 24.03.2021, 13:51
-->

<layout xmlns:android="http://schemas.android.com/apk/res/android"
Expand Down Expand Up @@ -307,7 +307,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginBottom="56dp"
android:layout_marginBottom="86dp"
app:srb_clearRatingEnabled="true"
app:srb_clickable="true"
app:srb_drawableEmpty="@drawable/ic_star_empty"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/fragment_dashboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
~ Created by Evgeniya Zemlyanaya (@zzemlyanaya)
~ Copyright (c) 2021 . All rights reserved.
~ Last modified 23.03.2021, 15:23
~ Last modified 24.03.2021, 13:51
-->

<layout xmlns:android="http://schemas.android.com/apk/res/android"
Expand Down Expand Up @@ -785,7 +785,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:layout_marginBottom="64dp"
android:layout_marginBottom="128dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@+id/kcalCard"
app:layout_constraintTop_toBottomOf="@+id/achievCard"
Expand Down
9 changes: 8 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# Created by Evgeniya Zemlyanaya (@zzemlyanaya)
# Copyright (c) 2021 . All rights reserved.
# Last modified 24.03.2021, 13:51
#

# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
Expand All @@ -17,4 +23,5 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kapt.incremental.apt=true
kapt.incremental.apt=true
org.gradle.caching=true
8 changes: 7 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#Wed Jan 06 10:38:50 YEKT 2021
#
# Created by Evgeniya Zemlyanaya (@zzemlyanaya)
# Copyright (c) 2021 . All rights reserved.
# Last modified 24.03.2021, 13:51
#

#Wed Mar 24 13:38:07 YEKT 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
distributionPath=wrapper/dists
Expand Down

0 comments on commit c1bf65e

Please sign in to comment.