Skip to content

Commit 6e5ea63

Browse files
author
Nickolay Savchenko
committed
Update dependencies
1 parent 5f45ab0 commit 6e5ea63

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

example-client/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion '26.0.2'
4+
compileSdkVersion 28
5+
buildToolsVersion '28.0.3'
66

77
defaultConfig {
88
applicationId "ua.naiksoftware.stompclientexample"
99
minSdkVersion 16
10-
targetSdkVersion 25
10+
targetSdkVersion 28
1111
versionCode 1
1212
versionName "1.0"
1313
}
@@ -27,9 +27,9 @@ android {
2727
dependencies {
2828
compile fileTree(dir: 'libs', include: ['*.jar'])
2929
testCompile 'junit:junit:4.12'
30-
compile 'com.android.support:appcompat-v7:25.3.1'
30+
compile 'com.android.support:appcompat-v7:28.0.0'
3131
compile 'org.java-websocket:Java-WebSocket:1.3.6'
32-
compile 'com.android.support:recyclerview-v7:25.3.1'
32+
compile 'com.android.support:recyclerview-v7:28.0.0'
3333
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
3434
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
3535
compile 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
44
group='com.github.NaikSoftware'
55

66
android {
7-
compileSdkVersion 25
7+
compileSdkVersion 28
88

99
defaultConfig {
1010
minSdkVersion 16
@@ -33,7 +33,7 @@ dependencies {
3333
compileOnly 'org.java-websocket:Java-WebSocket:1.3.6'
3434
compileOnly 'com.squareup.okhttp3:okhttp:3.10.0'
3535

36-
implementation 'com.android.support:support-annotations:27.1.1'
36+
implementation 'com.android.support:support-annotations:28.0.0'
3737
}
3838

3939
task sourcesJar(type: Jar) {

0 commit comments

Comments
 (0)