Skip to content

Commit f78626e

Browse files
committed
using bintray artifacts
1 parent 1815c8a commit f78626e

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

aars/build.gradle

Lines changed: 0 additions & 2 deletions
This file was deleted.
-2.82 MB
Binary file not shown.

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
}
1313

1414
dependencies {
15-
implementation project(':aars')
15+
implementation 'cesine.educmupocketsphinx:pocketsphinx-android:5prealpha@aar'
1616
implementation project(':models')
1717
implementation 'com.android.support:appcompat-v7:26.1.0'
1818
}

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ buildscript {
1212

1313
allprojects {
1414
repositories {
15+
maven {
16+
url "https://dl.bintray.com"
17+
}
1518
jcenter()
1619
google()
1720
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include ':app', ':models', ':wear', ':aars'
1+
include ':app', ':models', ':wear'
22

wear/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
}
1313

1414
dependencies {
15-
implementation project(':aars')
15+
implementation 'cesine.educmupocketsphinx:pocketsphinx-android:5prealpha@aar'
1616
implementation project(':models')
1717
implementation 'com.google.android.support:wearable:2.1.0'
1818
compileOnly 'com.google.android.wearable:wearable:2.1.0'

0 commit comments

Comments
 (0)