We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191c5c9 commit 36867dfCopy full SHA for 36867df
1 file changed
library/build.gradle
@@ -10,14 +10,14 @@ android {
10
defaultConfig {
11
minSdkVersion 15
12
targetSdkVersion 23
13
- versionCode 20
14
- versionName "1.2.8"
+ versionCode 21
+ versionName "1.2.9"
15
}
16
17
18
dependencies {
19
compile 'com.android.support:support-annotations:23.1.1'
20
- compile 'com.github.afollestad:bridge:3.0.0'
+ compile 'com.github.afollestad:bridge:3.1.0'
21
22
23
0 commit comments