Skip to content

Commit

Permalink
Merge branch 'update-2.1.0' into testing/sample_app
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-timotei committed Jul 28, 2022
2 parents 2f13117 + bd8fd2e commit 7c337e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@ dependencies {
strictly '1.3.1'
}
}
implementation fileTree(dir: "libs", include: ["*.aar"]) //debug
implementation 'org.chromium.net:cronet-embedded:76.3809.111'// debug
compileOnly files('libs/OmetriaSDK-debug.aar') // debug
// implementation fileTree(dir: "libs", include: ["*.aar"]) //debug
// implementation 'org.chromium.net:cronet-embedded:76.3809.111'// debug
// compileOnly files('libs/OmetriaSDK-debug.aar') // debug
api 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.lifecycle:lifecycle-process:2.4.0'
implementation 'androidx.lifecycle:lifecycle-common-java8:2.4.0'
implementation 'com.google.firebase:firebase-messaging:23.0.0'
debugImplementation files('libs/OmetriaSDK-debug.aar') // debug
// implementation 'com.ometria:android-sdk:1.3.0' // production
// debugImplementation files('libs/OmetriaSDK-debug.aar') // debug
implementation 'com.ometria:android-sdk:1.3.0' // production
}

0 comments on commit 7c337e8

Please sign in to comment.