Skip to content

Commit

Permalink
chore(android): missed repository for plugin publish (#1579)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole authored May 4, 2023
1 parent c1cae58 commit 8eef95d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions screen-orientation/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ buildscript {
repositories {
google()
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:8.0.0'
Expand Down

0 comments on commit 8eef95d

Please sign in to comment.