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 a1d0797 commit 5503adbCopy full SHA for 5503adb
backboard/build.gradle
@@ -14,7 +14,7 @@ ext {
14
siteUrl = 'https://github.com/tumblr/Backboard'
15
gitUrl = 'https://github.com/tumblr/Backboard.git'
16
17
- libraryVersion = '0.1.0'
+ libraryVersion = '0.1.1'
18
19
developerId = 'ericleong'
20
developerName = 'Eric Leong'
@@ -32,8 +32,8 @@ android {
32
defaultConfig {
33
minSdkVersion rootProject.ext.minSdkVersion
34
targetSdkVersion rootProject.ext.targetSdkVersion
35
- versionCode 100
36
- versionName "0.1.0"
+ versionCode 101
+ versionName "0.1.1"
37
}
38
buildTypes {
39
release {
0 commit comments