Skip to content

Commit

Permalink
Bump version (doublesymmetry#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpivchev authored Jun 22, 2022
1 parent 9c13372 commit 60749c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ buildscript {
def kotlin_version = rootProject.ext.has('kotlinVersion') ? rootProject.ext.get('kotlinVersion') : project.properties['RNTP_kotlinVersion']

repositories {
mavenLocal()
mavenCentral()
google()
}
Expand Down Expand Up @@ -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
Expand All @@ -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:+'
Expand Down
1 change: 1 addition & 0 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 60749c6

Please sign in to comment.