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 f9b1227 commit 05329a2Copy full SHA for 05329a2
gradle.properties
@@ -17,8 +17,8 @@
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
# org.gradle.parallel=true
19
20
-VERSION_NAME=0.7.1
21
-VERSION_CODE=71
+VERSION_NAME=0.7.2-SNAPSHOT
+VERSION_CODE=72
22
GROUP=com.mikepenz.materialdrawer
23
24
POM_DESCRIPTION=MaterialDrawer Library
library/build.gradle
@@ -7,8 +7,8 @@ android {
7
defaultConfig {
8
minSdkVersion 14
9
targetSdkVersion 21
10
- versionCode 71
11
- versionName '0.7.1'
+ versionCode 72
+ versionName '0.7.2'
12
}
13
14
buildTypes {
0 commit comments