File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ This whitepaper contains the needed information to perform a successful integrat
1616Using Gradle:
1717
1818``` gradle
19- compile 'com.queue_it.androidsdk:library:2.0.23 '
19+ compile 'com.queue_it.androidsdk:library:2.0.24 '
2020```
2121
2222## Usage
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525 implementation ' android.arch.navigation:navigation-ui:1.0.0'
2626 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2727 testImplementation ' junit:junit:4.12'
28- implementation ' com.android.support:design:26.1 .0'
29- implementation ' com.android.support:appcompat-v7:26.1 .0'
28+ implementation ' com.android.support:design:28.0 .0'
29+ implementation ' com.android.support:appcompat-v7:28.0 .0'
3030 implementation project(' :library' )
3131}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
1010 minSdkVersion 15
1111 targetSdkVersion 30
1212 versionCode 1
13- versionName " 2.0.23 "
13+ versionName " 2.0.24 "
1414 }
1515 buildTypes {
1616 release {
@@ -22,6 +22,10 @@ android {
2222 testOptions {
2323 unitTests. returnDefaultValues = true
2424 }
25+
26+ lintOptions {
27+ abortOnError false
28+ }
2529}
2630
2731dependencies {
@@ -30,7 +34,7 @@ dependencies {
3034 testImplementation ' org.mockito:mockito-core:2.28.2'
3135
3236 api ' com.squareup.okhttp3:okhttp:3.3.1'
33- api ' com.android.support:appcompat-v7:26.1 .0'
37+ api ' com.android.support:appcompat-v7:28.0 .0'
3438}
3539
3640ext {
You can’t perform that action at this time.
0 commit comments