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 Mar 28, 2018
1 parent 56010cf commit 27a4834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ android {

dependencies {
final SUPPORT_LIBRARY_VERSION = '25.3.1'
final GENIE_SDK_VERSION = "1.0.595"
final GENIE_SDK_VERSION = "1.0.599"
final X_WALK_VERSION = '22.52.561.4'

compile fileTree(dir: 'libs', include: ['*.jar'])
Expand All @@ -203,7 +203,7 @@ dependencies {
compile "org.java-websocket:Java-WebSocket:1.3.0"
compile "org.ekstep.genieservices:genie-providers:$GENIE_SDK_VERSION"
compile "org.ekstep.genieservices:genie-integration:$GENIE_SDK_VERSION"
compile "org.xwalk:xwalk_shared_library:$X_WALK_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') {
transitive = true;
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip

0 comments on commit 27a4834

Please sign in to comment.