Skip to content

Commit

Permalink
version bump, dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
sp0x committed Aug 27, 2020
1 parent c5f5b87 commit 76edd48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This whitepaper contains the needed information to perform a successful integrat
Using Gradle:

```gradle
compile 'com.queue_it.androidsdk:library:2.0.23'
compile 'com.queue_it.androidsdk:library:2.0.24'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions demoapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation 'android.arch.navigation:navigation-ui:1.0.0'
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:design:26.1.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation project(':library')
}
8 changes: 6 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion 15
targetSdkVersion 30
versionCode 1
versionName "2.0.23"
versionName "2.0.24"
}
buildTypes {
release {
Expand All @@ -22,6 +22,10 @@ android {
testOptions {
unitTests.returnDefaultValues = true
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand All @@ -30,7 +34,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:2.28.2'

api 'com.squareup.okhttp3:okhttp:3.3.1'
api 'com.android.support:appcompat-v7:26.1.0'
api 'com.android.support:appcompat-v7:28.0.0'
}

ext {
Expand Down

0 comments on commit 76edd48

Please sign in to comment.