Closed adirzoari closed 6 years ago
Thanks @adirzoari for raising the issue.
Basically google()
is support on a specific gradle
and android
version. For can you please change below line in react-native-shine-button/android/build.gradle
google()
-> maven { url "https://maven.google.com" }
I will be pushing a release with the fix. For now please use above solution.
Thanks </ Pranav >
Hey prscx, it still not working, that's my update build.gradle
`// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { repositories { jcenter() maven { url "https://maven.google.com" } maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects { repositories { mavenLocal() jcenter() maven { url "https://maven.google.com" }
maven {
url "https://jitpack.io"
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
}
}
} `
I get same error.
Hi @adirzoari: Same change you need to do in library build.gradle
as well.
Let me know incase it does not work.
Thanks </ Pranav >
Hi @adirzoari: I have a release with the fix. Can you please upgrade the library to latest version.
Please let me know incase you still face the same issue.
Thanks </ Pranav >
Hi @adirzoari: Hope the issue was resolved using the latest version.
Can I please close the issue, if it was resolved.
Thanks </ Pranav >
after install plugin I get this error
my build.gradle android