Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
build: Update project dependecies && application version to 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed Apr 8, 2018
1 parent af45fec commit 632161e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,7 @@ projectFilesBackup1/\.idea/workspace\.xml
app/fabric\.properties

configuration\.tar

\.idea/caches/build_file_checksums\.ser

\.idea/caches/
Binary file removed .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ android {
buildConfigField 'boolean', 'ENABLE_CRASHLYTICS', 'false'
project.ext.sonarqube_url = '"' + properties.getProperty('sonarqube_url') + '"'
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
debuggable true
}

release {
Expand All @@ -58,6 +57,7 @@ android {

buildConfigField 'boolean', 'ENABLE_CRASHLYTICS', 'true'
minifyEnabled false
// shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}

Expand Down Expand Up @@ -108,7 +108,7 @@ android {


project.ext {
appcompat_version = '27.1.0'
appcompat_version = '27.1.1'
aac_version = '1.0.0'
ioio_version = '5.07'
gms_version = '12.0.1'
Expand Down
9 changes: 5 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@

# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xms1536m -Xmx2048m
#org.gradle.jvmargs=-Xms1536m -Xmx2048m
org.gradle.jvmargs=-Xms512m -Xmx1024m

# 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.daemon=true
org.gradle.caching=true
org.gradle.parallel=true
#org.gradle.daemon=true
#org.gradle.caching=true
#org.gradle.parallel=true

0 comments on commit 632161e

Please sign in to comment.