Updated on 2026-08-14

This commit is contained in:
Tangem 2018-06-13 21:45:57 +03:00
parent 2d6ae9646e
commit 0b9d1fde18
3 changed files with 7 additions and 7 deletions

Binary file not shown.

View file

@ -22,14 +22,14 @@ android {
buildTypes {
release {
debuggable false
minifyEnabled false
// debuggable false
// minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.debug
}
debug {
debuggable true
minifyEnabled false
// debuggable true
// minifyEnabled false
applicationIdSuffix ".debug"
signingConfig signingConfigs.debug
}
@ -47,7 +47,7 @@ dependencies {
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:design:27.1.1'
implementation 'com.android.support:support-compat:27.1.1'
implementation 'com.android.support.constraint:constraint-layout:1.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.google.zxing:core:3.3.2'
@ -64,4 +64,4 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
}

View file

@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}