Skip to content

Commit

Permalink
Merge pull request #53 from qonversion/release/2.4.6
Browse files Browse the repository at this point in the history
Updated sdk dependency path in gradle
  • Loading branch information
suriksarkisyan authored May 7, 2021
2 parents ffcfbc9 + e092838 commit e547b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation "com.qonversion.android.sdk:sdk:2.7.6"
implementation "io.qonversion.android.sdk:sdk:2.7.6"
}

def configureReactNativePom(def pom) {
Expand Down

0 comments on commit e547b24

Please sign in to comment.