File tree Expand file tree Collapse file tree 4 files changed +5
-9
lines changed
src/main/java/com/veryfi/lens/credit/cards/demo/logs Expand file tree Collapse file tree 4 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ android {
4949dependencies {
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'
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 11buildscript {
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 {
99plugins {
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}
1414task clean (type : Delete ) {
1515 delete rootProject. buildDir
Original file line number Diff line number Diff line change 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
1010android.useAndroidX =true
1111org.gradle.jvmargs =-Xmx1536m
1212# When configured, Gradle will run in incubating parallel mode.
You can’t perform that action at this time.
0 commit comments