Skip to content

Commit d4d75aa

Browse files
author
literacyapp
authored
Merge pull request #10 from jogrimst/master
Upgrade to Gradle 2.2.3
2 parents 8d54967 + d0eadcd commit d4d75aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "org.literacyapp.keyboard"
99
minSdkVersion 21
1010
targetSdkVersion 23
11-
versionCode 1000003
12-
versionName "1.0.3"
11+
versionCode 1000004
12+
versionName "1.0.4-SNAPSHOT"
1313
}
1414

1515
buildTypes {

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:2.2.2'
8+
classpath 'com.android.tools.build:gradle:2.2.3'
99

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

0 commit comments

Comments
 (0)