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 0459788 commit 0dcaef8Copy full SHA for 0dcaef8
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId 'com.proxerme.app'
11
minSdkVersion 15
12
targetSdkVersion 25
13
- versionCode 25
14
- versionName "0.7.1"
+ versionCode 26
+ versionName "0.7.2"
15
16
vectorDrawables.useSupportLibrary = true
17
}
@@ -118,7 +118,7 @@ dependencies {
118
compile 'me.zhanghai.android.materialratingbar:library:1.0.2'
119
compile 'me.zhanghai.android.customtabshelper:library:1.0.3'
120
121
- compile 'com.github.proxer:ProxerLibAndroid:e6b0ea4459'
+ compile 'com.github.proxer:ProxerLibAndroid:2.5.0'
122
compile 'com.github.rubengees:EasyHeaderFooterAdapter:1.0.4@aar'
123
compile('com.github.rubengees:introduction:1.3.7@aar') {
124
transitive = true
0 commit comments