File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
33repositories {
44 mavenCentral()
55 maven {
6- url " http ://artifactory .kaazing.wan/artifactory/libs-releases-local "
6+ url " https ://repository .kaazing.com/maven/ "
77 }
88}
99
@@ -27,7 +27,7 @@ android {
2727}
2828
2929dependencies {
30- compile group : ' com.kaazing' , name : ' enterprise.android.client.all' , version : ' 4.1.0-RC006 '
30+ compile group : ' com.kaazing' , name : ' enterprise.android.client.all' , version : ' 4.1.0'
3131 compile ' org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'
3232 compile ' com.google.android:support-v4:r7'
3333}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
33repositories {
44 mavenCentral()
55 maven {
6- url " http ://artifactory .kaazing.wan/artifactory/libs-releases-local "
6+ url " https ://repository .kaazing.com/maven/ "
77 }
88}
99
@@ -27,7 +27,7 @@ android {
2727}
2828
2929dependencies {
30- compile group : ' com.kaazing' , name : ' enterprise.android .client.all' , version : ' 4.1.0-RC006 '
30+ compile ' com.kaazing: enterprise.java .client.all: 4.1.0'
3131 compile ' org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'
3232 compile ' com.google.android:support-v4:r7'
3333}
You can’t perform that action at this time.
0 commit comments