Skip to content

Commit

Permalink
android post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed May 9, 2024
1 parent dbe3c57 commit 335444f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions binding/android/OrcaTestApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ buildscript {
repositories {
google()
mavenCentral()
// TODO: remove before release
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1325'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
Expand All @@ -20,10 +16,6 @@ allprojects {
repositories {
google()
mavenCentral()
// TODO: remove before release
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1325'
}
}
}

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

Expand Down

0 comments on commit 335444f

Please sign in to comment.