We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb24224 commit 06a2077Copy full SHA for 06a2077
UltimateRecyclerView/build.gradle
@@ -29,8 +29,8 @@ ext {
29
//your version
30
31
//Application
32
- app_demo_versionCode = 23
33
- app_demo_versionName = '1.4.0'
+ app_demo_versionCode = 24
+ app_demo_versionName = '1.7.0'
34
35
IS_UPLOADING = project.getGradle().startParameter.taskNames.any { it.contains('bintrayUpload') }
36
}
UltimateRecyclerView/ultimaterecyclerview/build.gradle
@@ -33,6 +33,6 @@ dependencies {
compile 'jp.wasabeef:recyclerview-animators:2.2.3'
-apply from: 'android-release-aar.gradle'
+//apply from: 'android-release-aar.gradle'
37
//apply from: 'maven-push.gradle'
38
//apply from: 'bintray-release-aar.gradle'
0 commit comments