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 2480561 commit f61c020Copy full SHA for f61c020
build.gradle
@@ -24,8 +24,8 @@ buildscript {
24
ext.compileSdkVer = '23'
25
ext.minSdkVer = '15'
26
ext.targetSdkVer = '23'
27
- ext.verCode = '1'
28
- ext.verName = '0.1.0'
+ ext.verCode = '2'
+ ext.verName = '0.1.1'
29
repositories {
30
jcenter()
31
maven { url 'http://maven.oschina.net/content/groups/public/' }
0 commit comments