Skip to content

Commit

Permalink
android v1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Jan 30, 2024
1 parent 295cdbc commit 0d0c2ca
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 0d0c2ca

Please sign in to comment.