We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6179e4a commit 046b1ecCopy full SHA for 046b1ec
build.gradle
@@ -5,7 +5,7 @@ buildscript {
5
jcenter()
6
}
7
dependencies {
8
- classpath 'com.android.tools.build:gradle:2.0.0-alpha7'
+ classpath 'com.android.tools.build:gradle:2.0.0-alpha9'
9
10
// NOTE: Do not place your application dependencies here; they belong
11
// in the individual module build.gradle files
library/build.gradle
@@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 23
- versionCode 1
- versionName "1.0"
+ versionCode 3
+ versionName "1.0.2"
12
13
buildTypes {
14
release {
0 commit comments