File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
8
8
applicationId " com.proxerme.app"
9
9
minSdkVersion 15
10
10
targetSdkVersion 23
11
- versionCode 13
12
- versionName " 0.2.4 "
11
+ versionCode 14
12
+ versionName " 0.2.5 "
13
13
}
14
14
buildTypes {
15
15
release {
@@ -34,7 +34,7 @@ dependencies {
34
34
compile ' com.github.bumptech.glide:glide:3.6.1'
35
35
compile ' com.mikepenz:iconics-core:2.5.1@aar'
36
36
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' ) {
38
38
transitive = true
39
39
}
40
40
compile(' com.mikepenz:aboutlibraries:5.3.4@aar' ) {
@@ -46,7 +46,7 @@ dependencies {
46
46
compile(' com.github.rubengees:introduction:1.1.4@aar' ) {
47
47
transitive = true
48
48
}
49
- compile(' com.github.proxer:ProxerLibAndroid:40eeea9520 @aar' ) {
49
+ compile(' com.github.proxer:ProxerLibAndroid:1.2.9 @aar' ) {
50
50
transitive = true
51
51
}
52
52
You can’t perform that action at this time.
0 commit comments