Skip to content

Commit a3cd076

Browse files
committed
Bump Version to 0.2.5
1 parent 4eeac52 commit a3cd076

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.proxerme.app"
99
minSdkVersion 15
1010
targetSdkVersion 23
11-
versionCode 13
12-
versionName "0.2.4"
11+
versionCode 14
12+
versionName "0.2.5"
1313
}
1414
buildTypes {
1515
release {
@@ -34,7 +34,7 @@ dependencies {
3434
compile 'com.github.bumptech.glide:glide:3.6.1'
3535
compile 'com.mikepenz:iconics-core:2.5.1@aar'
3636
compile 'com.mikepenz:community-material-typeface:1.3.41.1@aar'
37-
compile('com.github.afollestad.material-dialogs:core:0.8.5.2@aar') {
37+
compile('com.github.afollestad.material-dialogs:core:0.8.5.3@aar') {
3838
transitive = true
3939
}
4040
compile('com.mikepenz:aboutlibraries:5.3.4@aar') {
@@ -46,7 +46,7 @@ dependencies {
4646
compile('com.github.rubengees:introduction:1.1.4@aar') {
4747
transitive = true
4848
}
49-
compile('com.github.proxer:ProxerLibAndroid:40eeea9520@aar') {
49+
compile('com.github.proxer:ProxerLibAndroid:1.2.9@aar') {
5050
transitive = true
5151
}
5252

0 commit comments

Comments
 (0)