Skip to content

Commit 36867df

Browse files
committed
Update Bridge to 3.1.0; Bump Version to 1.2.9
1 parent 191c5c9 commit 36867df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ android {
1010
defaultConfig {
1111
minSdkVersion 15
1212
targetSdkVersion 23
13-
versionCode 20
14-
versionName "1.2.8"
13+
versionCode 21
14+
versionName "1.2.9"
1515
}
1616
}
1717

1818
dependencies {
1919
compile 'com.android.support:support-annotations:23.1.1'
20-
compile 'com.github.afollestad:bridge:3.0.0'
20+
compile 'com.github.afollestad:bridge:3.1.0'
2121
}
2222

2323

0 commit comments

Comments
 (0)