Skip to content

Commit

Permalink
Issue #SB-1557 chore: Updated the GenieSDK version.
Browse files Browse the repository at this point in the history
  • Loading branch information
anilguptatarento committed Apr 10, 2018
1 parent 434606b commit f2599ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ android {
}

dependencies {
final SUPPORT_LIBRARY_VERSION = '25.3.1'
final GENIE_SDK_VERSION = "1.0.620"
final SUPPORT_LIBRARY_VERSION = '25.4.0'
final GENIE_SDK_VERSION = "1.0.621"
final X_WALK_VERSION = '22.52.561.4'

compile fileTree(dir: 'libs', include: ['*.jar'])
Expand All @@ -205,7 +205,7 @@ dependencies {
compile "org.ekstep.genieservices:genie-integration:$GENIE_SDK_VERSION"
compile "org.xwalk:xwalk_shared_library:$X_WALK_VERSION"
compile(name: 'qrscannerlib-release', ext: 'aar')
compile('com.crashlytics.sdk.android:crashlytics:2.6.8@aar') {
compile('com.crashlytics.sdk.android:crashlytics:2.9.1@aar') {
transitive = true;
}
compile group: 'com.squareup.okhttp', name: 'okhttp', version: '2.3.0'
Expand Down
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
buildscript {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
Expand All @@ -15,5 +19,9 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
}

0 comments on commit f2599ad

Please sign in to comment.