From 60749c6cca03cb79c28e7bd83ce085c0c1b0dcb7 Mon Sep 17 00:00:00 2001 From: Milen Pivchev Date: Wed, 22 Jun 2022 09:46:51 +0200 Subject: [PATCH] Bump version (#1571) --- android/build.gradle | 4 +++- example/android/build.gradle | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index b20bccfce..cb3207612 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,6 +2,7 @@ buildscript { def kotlin_version = rootProject.ext.has('kotlinVersion') ? rootProject.ext.get('kotlinVersion') : project.properties['RNTP_kotlinVersion'] repositories { + mavenLocal() mavenCentral() google() } @@ -38,6 +39,7 @@ android { } repositories { + mavenLocal() maven { // As RN is not updated in jcenter anymore, we'll have to grab it from npm // Make sure you have installed the react-native npm package before compiling @@ -49,7 +51,7 @@ repositories { } dependencies { - implementation 'com.github.DoubleSymmetry:KotlinAudio:v0.1.33' + implementation 'com.github.DoubleSymmetry:KotlinAudio:v0.1.34' //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' diff --git a/example/android/build.gradle b/example/android/build.gradle index 7b9d742ec..21feaa996 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -37,6 +37,7 @@ buildscript { allprojects { repositories { + mavenLocal() maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url("$rootDir/../node_modules/react-native/android")