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

Commit 80af14e

Browse files
committed
removing support library and updating build tools
Change-Id: Ic5e439e6ae476bd3c00eb559a856422e3936787c
1 parent 5ed5148 commit 80af14e

5 files changed

Lines changed: 4 additions & 115 deletions

File tree

api/build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,11 @@ android {
88
minSdkVersion 7
99
targetSdkVersion 23
1010
versionCode 2
11-
versionName "1.3.4"
11+
versionName "1.3.5"
1212
}
1313
buildTypes {
1414
release {
1515
minifyEnabled false
1616
}
1717
}
18-
}
19-
20-
dependencies {
21-
compile 'com.android.support:appcompat-v7:23.2.1'
22-
}
18+
}

api/src/main/java/com/anysoftkeyboard/api/LanguageChangedBroadcastReceiver.java

Lines changed: 0 additions & 47 deletions
This file was deleted.

api/src/main/java/com/anysoftkeyboard/api/LayoutChangedBroadcastReceiver.java

Lines changed: 0 additions & 60 deletions
This file was deleted.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.5.0'
8+
classpath 'com.android.tools.build:gradle:2.0.0'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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-2.2.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-all.zip

0 commit comments

Comments
 (0)