We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d54967 + d0eadcd commit d4d75aaCopy full SHA for d4d75aa
app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "org.literacyapp.keyboard"
9
minSdkVersion 21
10
targetSdkVersion 23
11
- versionCode 1000003
12
- versionName "1.0.3"
+ versionCode 1000004
+ versionName "1.0.4-SNAPSHOT"
13
}
14
15
buildTypes {
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
jcenter()
6
7
dependencies {
- classpath 'com.android.tools.build:gradle:2.2.2'
+ classpath 'com.android.tools.build:gradle:2.2.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
0 commit comments