Skip to content

Commit 36354c7

Browse files
committed
Bump version to 1.6.3
1 parent 9084974 commit 36354c7

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
buildToolsVersion "26.0.1"
1111
packagingOptions.excludes = ['META-INF/services/javax.annotation.processing.Processor',
1212
'META-INF/LICENSE.txt', 'META-INF/NOTICE.txt', 'META-INF/README.txt',
13-
'LICENSE.txt', 'NOTICE.txt', 'README.txt', '.readme']
13+
'META-INF/MANIFEST.MF','LICENSE.txt', 'NOTICE.txt', 'README.txt', '.readme']
1414

1515
def props = new Properties()
1616
props.load(file("secrets.properties").newInputStream())

app/src/main/res/raw/changelog.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<changelog bulletedList="true">
3+
<changelogversion
4+
versionName="1.6.3"
5+
changeDate="July 30, 2017">
6+
<changelogtext>[b]Feature:[/b] Added Source of Alternative Art cards in card details
7+
</changelogtext>
8+
<changelogtext>Update Russian translation</changelogtext>
9+
<changelogtext>Add Ash Servant alternative art card</changelogtext>
10+
<changelogtext>Fix expansible card info showing behind navigation bar in some devices
11+
</changelogtext>
12+
</changelogversion>
313
<changelogversion
414
versionName="1.6.2"
515
changeDate="July 29, 2017">

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
buildscript {
44
ext {
5-
appVersionName = "1.6.2"
6-
appVersionCode = 44
5+
appVersionName = "1.6.3"
6+
appVersionCode = 45
77
prepareToRelease = false
88

99
kotlin_version = "1.1.3-2"
@@ -23,7 +23,7 @@ buildscript {
2323
}
2424

2525
dependencies {
26-
classpath 'com.android.tools.build:gradle:2.3.3'
26+
classpath 'com.android.tools.build:gradle:3.0.0-alpha8'
2727
classpath 'com.google.gms:google-services:3.1.0'
2828
classpath ('com.google.firebase:firebase-plugins:1.1.0') {
2929
exclude group: 'com.google.guava', module: 'guava-jdk5'

0 commit comments

Comments
 (0)