Skip to content

Commit 1cecd03

Browse files
Merge pull request #16 from veryfi/feature/LP-223-update-android-lens
Update build.gradle
2 parents 0d92574 + d4512a9 commit 1cecd03

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ android {
4949
dependencies {
5050
//noinspection GradleDependency
5151
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
52-
implementation 'androidx.appcompat:appcompat:1.5.1'
53-
implementation 'com.veryfi.lens:veryfi-lens-credit-cards-sdk:1.6.2.6'
52+
implementation 'androidx.appcompat:appcompat:1.6.0'
53+
implementation 'com.veryfi.lens:veryfi-lens-credit-cards-sdk:1.6.2.7'
5454
implementation 'com.google.android.material:material:1.7.0'
5555
implementation 'com.github.martin-stone:hsv-alpha-color-picker-android:3.0.1'
5656
implementation 'com.github.lriccardo:TimelineView:1.1.2'

app/src/main/java/com/veryfi/lens/credit/cards/demo/logs/LogsActivity.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ class LogsActivity : AppCompatActivity() {
151151
}
152152
}
153153

154-
override fun onBackPressed() {
155-
//do nothing
156-
}
157-
158154
companion object {
159155
const val STATUS = "status"
160156
const val START = "start"

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.7.20'
2+
ext.kotlin_version = '1.7.21'
33
dependencies {
44
classpath 'com.android.tools.build:gradle:7.3.1'
55
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
@@ -9,7 +9,7 @@ buildscript {
99
plugins {
1010
id 'com.android.application' version '7.3.1' apply false
1111
id 'com.android.library' version '7.3.1' apply false
12-
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
12+
id 'org.jetbrains.kotlin.android' version '1.7.21' apply false
1313
}
1414
task clean(type: Delete) {
1515
delete rootProject.buildDir

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
77
# Specifies the JVM arguments used for the daemon process.
88
# The setting is particularly useful for tweaking memory settings.
9-
android.enableJetifier=true
9+
android.enableJetifier=false
1010
android.useAndroidX=true
1111
org.gradle.jvmargs=-Xmx1536m
1212
# When configured, Gradle will run in incubating parallel mode.

0 commit comments

Comments
 (0)