Skip to content

Commit

Permalink
android tests use staged repo
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Aug 20, 2024
1 parent 7ef74ea commit 19fa703
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions binding/android/OrcaTestApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1334/'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
Expand All @@ -16,6 +19,9 @@ allprojects {
repositories {
google()
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1334/'
}
}
}

Expand Down

0 comments on commit 19fa703

Please sign in to comment.