From 63f7f1c28ffb0e4fd451878542b7e651d7cc502a Mon Sep 17 00:00:00 2001 From: Sebastien Chauvin Date: Tue, 10 Oct 2023 11:37:41 +0200 Subject: [PATCH] ci: pillarbox lib --- android/build.gradle | 2 +- android/gradle.properties | 2 +- example/android/app/build.gradle | 9 +++++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 680ce2d..6a71786 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,7 +21,7 @@ allprojects { credentials { username = github_username password = github_password - } + } } } } diff --git a/android/gradle.properties b/android/gradle.properties index a4c74d8..2a75a62 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,4 +1,4 @@ -Pillarbox_kotlinVersion=1.7.0 +Pillarbox_kotlinVersion=1.9.0 Pillarbox_minSdkVersion=21 Pillarbox_targetSdkVersion=31 Pillarbox_compileSdkVersion=31 diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index c5c6234..c6d0fb7 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -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")