Skip to content

Commit 76edd48

Browse files
committed
version bump, dependency update
1 parent c5f5b87 commit 76edd48

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This whitepaper contains the needed information to perform a successful integrat
1616
Using 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

demoapp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

library/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2731
dependencies {
@@ -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

3640
ext {

0 commit comments

Comments
 (0)