Skip to content

Commit 5bb46e2

Browse files
committed
Merge pull request #8 from nemigaservices/develop
Updated gradle.
2 parents a0f9de8 + fb420fb commit 5bb46e2

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

android/jms/jms-demo/app/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
33
repositories {
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

2933
dependencies {
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
}

android/ws/ws-demo-echo/app/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
33
repositories {
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

2933
dependencies {
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
}

0 commit comments

Comments
 (0)