File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed
Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,10 @@ kotlin {
7878
7979ext {
8080 anko_version = " 0.10.1"
81- coroutines_version = " 0.15"
8281 okIOVersion = " 1.13.0"
8382 okHttpVersion = " 3.8.1"
84- playServicesVersion = " 11.0.4 "
85- supportLibraryVersion = " 26.0.0 "
83+ playServicesVersion = " 11.2.0 "
84+ supportLibraryVersion = " 26.0.1 "
8685 threetenabpVersion = " 1.0.5"
8786
8887 testMockitoVersion = " 2.7.+"
@@ -108,9 +107,8 @@ dependencies {
108107 compile(name : ' clansFAB' , ext : ' aar' )
109108 compile(name : ' googleinapputil' , ext : ' aar' )
110109 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
111- compile " org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version "
112- compile " org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version "
113110 compile " org.jetbrains.anko:anko-common:$anko_version "
111+ compile " org.jetbrains.anko:anko-coroutines:$anko_version "
114112
115113 // Support
116114 compile " com.android.support:cardview-v7:$supportLibraryVersion "
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<changelog bulletedList =" true" >
3+ <changelogversion
4+ versionName =" 1.7.0"
5+ changeDate =" August 25, 2017" >
6+ <changelogtext >Add French translations</changelogtext >
7+ <changelogtext >Update local card images with latest balanced changes</changelogtext >
8+ <changelogtext >Fix keep filters while changing tabs</changelogtext >
9+ </changelogversion >
10+ <changelogversion
11+ versionName =" 1.6.4"
12+ changeDate =" July 30, 2017" >
13+ <changelogtext >Fixes crash while loading Ads</changelogtext >
14+ </changelogversion >
315 <changelogversion
416 versionName =" 1.6.3"
517 changeDate =" July 30, 2017" >
You can’t perform that action at this time.
0 commit comments