File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ repositories {
3030 maven { url " https://oss.sonatype.org/content/repositories/snapshots/" }
3131}
3232
33- compile (' com.mikepenz.materialdrawer:library:0.7.0 @aar' ) {
33+ compile (' com.mikepenz.materialdrawer:library:0.7.1 @aar' ) {
3434 transitive = true
3535}
3636```
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " com.mikepenz.materialdrawer.app"
99 minSdkVersion 14
1010 targetSdkVersion 21
11- versionCode 70
12- versionName " 0.7.0 "
11+ versionCode 71
12+ versionName " 0.7.1 "
1313 }
1414 buildTypes {
1515 release {
Original file line number Diff line number Diff line change 1717# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818# org.gradle.parallel=true
1919
20- VERSION_NAME =0.7.1-SNAPSHOT
20+ VERSION_NAME =0.7.1
2121VERSION_CODE =71
2222GROUP =com.mikepenz.materialdrawer
2323
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 defaultConfig {
88 minSdkVersion 14
99 targetSdkVersion 21
10- versionCode 70
11- versionName ' 0.7.1-SNAPSHOT '
10+ versionCode 71
11+ versionName ' 0.7.1'
1212 }
1313
1414 buildTypes {
Original file line number Diff line number Diff line change 1010 <b>MaterialDrawer</b> library aims to provide a quick and easy Activity to create and implement a drawer layout in your application.
1111 ]]>
1212 </string >
13- <string name =" library_materialdrawer_libraryVersion" >0.7.0 </string >
13+ <string name =" library_materialdrawer_libraryVersion" >0.7.1 </string >
1414 <string name =" library_materialdrawer_libraryWebsite" >https://github.com/mikepenz/MaterialDrawer</string >
1515 <string name =" library_materialdrawer_licenseId" >apache_2_0</string >
1616 <string name =" library_materialdrawer_isOpenSource" >true</string >
You can’t perform that action at this time.
0 commit comments