Skip to content

Commit

Permalink
fix: removed githubpackages repository, using maven
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 1, 2023
1 parent 1faea6e commit b5a59f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
10 changes: 1 addition & 9 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ android {

repositories {
mavenCentral()
maven {
name "github"
url "https://maven.pkg.github.com/extole/android-sdk"
credentials {
username = System.getenv('GITHUB_USER')
password = System.getenv('GITHUB_PERSONAL_ACCESS_TOKEN')
}
}
google()

def found = false
Expand Down Expand Up @@ -156,7 +148,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'com.extole.mobile:android-sdk:1.0.31'
implementation 'com.extole.mobile:android-sdk:1.0.39'
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
// From node_modules
}
Expand Down
8 changes: 0 additions & 8 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ buildscript {

allprojects {
repositories {
maven {
name "github"
url "https://maven.pkg.github.com/extole/android"
credentials {
username = System.getenv('GITHUB_USER')
password = System.getenv('GITHUB_PERSONAL_ACCESS_TOKEN')
}
}
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url("$rootDir/../node_modules/react-native/android")
Expand Down

0 comments on commit b5a59f2

Please sign in to comment.