File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed 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
@@ -18,6 +18,10 @@ android {
1818 multiDexEnabled true
1919 }
2020
21+ lintOptions {
22+ abortOnError false
23+ }
24+
2125 buildTypes {
2226 release {
2327 minifyEnabled false
@@ -27,7 +31,7 @@ android {
2731}
2832
2933dependencies {
30- compile group : ' com.kaazing' , name : ' enterprise.android.client.all' , version : ' 4.1.0-RC006 '
34+ compile group : ' com.kaazing' , name : ' enterprise.android.client.all' , version : ' 4.1.0'
3135 compile ' org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'
3236 compile ' com.google.android:support-v4:r7'
3337}
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
@@ -18,6 +18,10 @@ android {
1818 multiDexEnabled true
1919 }
2020
21+ lintOptions {
22+ abortOnError false
23+ }
24+
2125 buildTypes {
2226 release {
2327 minifyEnabled false
@@ -27,7 +31,7 @@ android {
2731}
2832
2933dependencies {
30- compile group : ' com.kaazing' , name : ' enterprise.android .client.all' , version : ' 4.1.0-RC006 '
34+ compile ' com.kaazing: enterprise.java .client.all: 4.1.0'
3135 compile ' org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'
3236 compile ' com.google.android:support-v4:r7'
3337}
You can’t perform that action at this time.
0 commit comments