Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
ci: pillarbox lib
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienChauvin committed Oct 10, 2023
1 parent 05789e2 commit 63f7f1c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {
credentials {
username = github_username
password = github_password
}
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pillarbox_kotlinVersion=1.7.0
Pillarbox_kotlinVersion=1.9.0
Pillarbox_minSdkVersion=21
Pillarbox_targetSdkVersion=31
Pillarbox_compileSdkVersion=31
Expand Down
9 changes: 9 additions & 0 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@ android {
}
}

repositories {
maven {
url = uri("https://maven.pkg.github.com/SRGSSR/pillarbox-android")
credentials {
username = github_username
password = github_password
}
}
}
dependencies {
// The version of react-native is set by the React Native Gradle Plugin
implementation("com.facebook.react:react-android")
Expand Down

0 comments on commit 63f7f1c

Please sign in to comment.