File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed 
dotnetcoresignalrclientjava Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222
2323dependencies  {
2424    implementation fileTree(include : [' *.jar'  ], dir : ' libs'  )
25-     implementation ' com.android.support:appcompat-v7:26 .1.0' 
25+     implementation ' com.android.support:appcompat-v7:27 .1.0' 
2626    implementation ' com.android.support.constraint:constraint-layout:1.0.2' 
2727    implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version  " 
2828    implementation ' com.google.code.gson:gson:2.8.1' 
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ android {
2424
2525dependencies  {
2626    implementation fileTree(dir : ' libs'  , include : [' *.jar'  ])
27-     implementation ' com.android.support:appcompat-v7:26.1.0' 
2827    implementation ' org.java-websocket:Java-WebSocket:1.3.4' 
2928    implementation ' com.google.code.gson:gson:2.8.1' 
3029    implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version  " 
Original file line number Diff line number Diff line change 11apply plugin : ' com.jfrog.bintray' 
22
3- version =  ' 1.09 ' 
3+ version =  ' 1.10 ' 
44
55task sourcesJar (type : Jar ) {
66    from android. sourceSets. main. java. srcDirs
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88    defaultConfig {
99        minSdkVersion 16 
1010        targetSdkVersion 27 
11-         versionCode 10 
12-         versionName " 1.09 " 
11+         versionCode 11 
12+         versionName " 1.10 " 
1313    }
1414
1515    buildTypes {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments