Skip to content

Commit

Permalink
Merge pull request #52 from Picovoice/v1.0-android-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Jan 30, 2024
2 parents 295cdbc + 0d0c2ca commit bb4fb8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions binding/android/EagleTestApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1311/'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
Expand All @@ -19,9 +16,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1311/'
}
}
}

Expand Down
6 changes: 0 additions & 6 deletions demo/android/EagleDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1311/'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
Expand All @@ -19,9 +16,6 @@ allprojects {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1311/'
}
}
}

Expand Down

0 comments on commit bb4fb8c

Please sign in to comment.