File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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 {
2727dependencies {
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'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
44group= ' com.github.NaikSoftware'
55
66android {
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
3939task sourcesJar (type : Jar ) {
You can’t perform that action at this time.
0 commit comments