Skip to content

Commit 046b1ec

Browse files
committed
Bumped up gradle plugin version and lib's version code/name.
1 parent 6179e4a commit 046b1ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.0.0-alpha7'
8+
classpath 'com.android.tools.build:gradle:2.0.0-alpha9'
99

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

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 8
99
targetSdkVersion 23
10-
versionCode 1
11-
versionName "1.0"
10+
versionCode 3
11+
versionName "1.0.2"
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)