-> v1.7.4 (224)

This commit is contained in:
Giuseppe Scorrano 2021-07-20 10:31:28 +02:00
parent 95ee04fc2a
commit 3a6b87ba47
5 changed files with 12 additions and 19 deletions

View File

@ -6,7 +6,7 @@ apply plugin: 'com.google.gms.google-services'
android {
def appVersionCode = 223
def appVersionCode = 224
def appVersionName = '1.17.4'
signingConfigs {
@ -72,7 +72,6 @@ android {
lintOptions {
abortOnError false
checkReleaseBuilds false
}
dynamicFeatures = [":dynamic__base", ":dynamic_vgalimenti", ":dynamic_ime", ":dynamic_frudis", ":dynamic_saporiveri_pv", ":dynamic_saporiveri", ':dynamic_gramm', ':dynamic_agricoper']

View File

@ -17,7 +17,6 @@ android {
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}

View File

@ -10,7 +10,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.5'
classpath 'com.google.firebase:perf-plugin:1.3.5'

View File

@ -1,29 +1,26 @@
plugins {
id 'com.android.dynamic-feature'
}
apply plugin: 'com.android.dynamic-feature'
android {
compileSdkVersion 30
defaultConfig {
applicationId "it.integry.wms.dynamic_customization"
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation project(":app")
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':app')
implementation 'androidx.appcompat:appcompat:1.2.0'
}
}

View File

@ -2,8 +2,6 @@ apply plugin: 'com.android.dynamic-feature'
android {
compileSdkVersion 30
defaultConfig {
minSdkVersion 21