Skip to content

Commit

Permalink
Merge branch 'release/1.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
eadm committed Dec 14, 2018
2 parents a7d10e4 + 2f257b8 commit f6bb8e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ dependencies {
implementation libraries.appMetrica
implementation libraries.branch

implementation libraries.facebookSdk
implementation(libraries.facebookSdk) {
exclude group: 'com.android.support'
}
implementation libraries.vkSdk

implementation libraries.glide
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/java/org/stepik/android/adaptive/App.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.stepik.android.adaptive

import android.app.Application
import com.facebook.FacebookSdk
import com.vk.sdk.VKSdk
import com.yandex.metrica.YandexMetrica
import com.yandex.metrica.YandexMetricaConfig
Expand Down Expand Up @@ -59,7 +58,6 @@ class App : Application() {

private fun initServices() {
VKSdk.initialize(applicationContext)
FacebookSdk.sdkInitialize(applicationContext)

YandexMetrica.activate(applicationContext, YandexMetricaConfig.newConfigBuilder(config.appMetricaKey).build())
YandexMetrica.enableActivityAutoTracking(this)
Expand Down
1 change: 1 addition & 0 deletions app/src/toefl3150/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
<p>Welcome to adaptive TOEFL Vocabulary course. During this course you\'ll receive tasks depending on your answers and reactions. Let\'s look how is it work.</p>
]]></string>
<string name="questions_count"><![CDATA[<b>Words:</b> %d]]></string>
<string name="facebook_app_id" translatable="false">366155483947215</string>
</resources>
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext.versions = [
code : 23,
name : '1.14',
code : 24,
name : '1.15',

minSdk : 17,
targetSdk : 26,
Expand Down Expand Up @@ -38,7 +38,7 @@ ext.versions = [
appMetrica : '3.2.2',
branch : '2.+',

facebook : '4.17.0',
facebook : '4.39.0',
vk : '1.6.5',

glide : '3.7.0',
Expand Down

0 comments on commit f6bb8e6

Please sign in to comment.