Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit 981cbab

Browse files
committed
Bumping build tools
Change-Id: I8da46c104f2363f4d454c6cf30e30566e0a2c906
1 parent 913a77e commit 981cbab

6 files changed

Lines changed: 13 additions & 9 deletions

File tree

api/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion '25.0.2'
4+
compileSdkVersion 26
5+
buildToolsVersion '26.0.2'
66

77
defaultConfig {
88
minSdkVersion 7
9-
targetSdkVersion 25
10-
versionCode 7
9+
targetSdkVersion 26
10+
versionCode 8
1111
versionName "1.9.0"
1212
}
1313
buildTypes {

api/src/main/res/values/attrs.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
-->
1717

1818
<resources>
19+
<!-- Whether should show preview. -->
20+
<attr name="showPreview" format="reference|boolean"/>
1921

2022
<declare-styleable name="keyType">
2123
<attr name="key_type_function" format="boolean"/>

api/src/main/res/values/keyboard_layout_api.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Copyright (C) 2013 Menny Even-Danan
2727
<!-- Default vertical gap between rows of keys. -->
2828
<attr name="android:verticalGap"/>
2929
<!-- Whether should show preview. -->
30-
<attr name="showPreview" format="reference|boolean"/>
30+
<attr name="showPreview"/>
3131
</declare-styleable>
3232

3333
<declare-styleable name="KeyboardLayout_Row">
@@ -77,7 +77,7 @@ Copyright (C) 2013 Menny Even-Danan
7777
<attr name="shiftedKeyLabel" format="reference|string"/>
7878

7979
<!-- Whether should show preview. -->
80-
<attr name="showPreview" format="reference|boolean"/>
80+
<attr name="showPreview"/>
8181

8282
<attr name="keyDynamicEmblem">
8383
<flag name="none" value="0"/>

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
buildscript {
44
repositories {
55
jcenter()
6+
google()
7+
mavenCentral()
68
}
79
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.3.0'
10+
classpath 'com.android.tools.build:gradle:3.0.0-rc2'
911
}
1012
}
1113

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Mar 17 20:37:06 EDT 2017
1+
#Mon Oct 23 22:36:59 EDT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-all.zip

0 commit comments

Comments
 (0)