From 21c31f0c2b6a007b8527b44a9794355154470085 Mon Sep 17 00:00:00 2001 From: GiuseppeS Date: Wed, 9 Jan 2019 16:57:53 +0100 Subject: [PATCH] Aggiunta configurazione build release --- .idea/caches/build_file_checksums.ser | Bin 729 -> 729 bytes .idea/runConfigurations/app.xml | 52 +++++++++++++++++++++++ app/build.gradle | 25 ++++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 68 insertions(+), 11 deletions(-) create mode 100644 .idea/runConfigurations/app.xml diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 590549a468754f87458c945392c176fe2716a634..3609471979a1838f6e2ff6aa3580305358ce2b4d 100644 GIT binary patch delta 35 tcmV+;0NnrC1=$6VnFCaG43V675G$lu-s)P$`q6>|V&r#t>a!yOwgDmI5Pbju delta 35 rcmcb~dXsg+OlGO1j)`;11;j$9UppXiz0bm_YrcWkY39w!jN2Fi2`dgS diff --git a/.idea/runConfigurations/app.xml b/.idea/runConfigurations/app.xml new file mode 100644 index 00000000..fc61716a --- /dev/null +++ b/.idea/runConfigurations/app.xml @@ -0,0 +1,52 @@ + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index e55ae9e1..0d51c9f3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,6 +15,14 @@ apply plugin: 'kotlin-android-extensions' apply plugin: 'com.google.gms.google-services' android { + signingConfigs { + release { + keyAlias 'wms key' + keyPassword 'inpmiy' + storeFile file('Integry.jks') + storePassword 'inpmiy' + } + } compileSdkVersion 28 buildToolsVersion '28.0.3' defaultConfig { @@ -24,22 +32,24 @@ android { versionCode 18 versionName "1.0.15" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" + signingConfig signingConfigs.release } - buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' + signingConfig signingConfigs.release } } dataBinding { enabled = true } - compileOptions { targetCompatibility 1.8 sourceCompatibility 1.8 } + productFlavors { + } } dependencies { @@ -65,15 +75,12 @@ dependencies { implementation 'org.parceler:parceler-api:1.1.10' annotationProcessor 'org.parceler:parceler:1.1.10' implementation 'com.annimon:stream:1.2.1' - - implementation "androidx.lifecycle:lifecycle-runtime:2.0.0" - implementation "androidx.lifecycle:lifecycle-extensions:2.0.0" - implementation "androidx.lifecycle:lifecycle-common-java8:2.0.0" + implementation 'androidx.lifecycle:lifecycle-runtime:2.0.0' + implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' + implementation 'androidx.lifecycle:lifecycle-common-java8:2.0.0' kapt "androidx.lifecycle:lifecycle-compiler:2.0.0" - //implementation "com.emreeran.permissionlivedata:permissionlivedata:1.0.4" //implementation 'com.karumi:dexter:5.0.0' - //MVVM implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' annotationProcessor "androidx.lifecycle:lifecycle-compiler:2.0.0" @@ -99,10 +106,8 @@ dependencies { implementation project(':waterfall_toolbar') implementation 'com.mikhaellopez:lazydatepicker:1.0.0' implementation 'com.github.demoNo:AutoScrollViewPager:v1.0.2' - //AppUpdate implementation 'com.github.javiersantos:AppUpdater:2.7' - //Barcode implementation project(':pointmobilescannerlibrary') implementation project(path: ':barcode_base_library') diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 490088e7..26e5a1e4 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,4 +1,4 @@ -#Wed Sep 26 16:49:03 CEST 2018 +#Wed Jan 09 16:56:36 CET 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME