File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
77 defaultConfig {
88 minSdkVersion 8
99 targetSdkVersion 23
10- versionCode 3
11- versionName " 1.1.1 "
10+ versionCode 5
11+ versionName " 1.1.3 "
1212 }
1313 buildTypes {
1414 release {
@@ -21,7 +21,7 @@ android {
2121 userOrg = ' raphaelbussa'
2222 groupId = ' rebus'
2323 artifactId = ' header-view'
24- publishVersion = ' 1.1.1 '
24+ publishVersion = ' 1.1.3 '
2525 }
2626
2727}
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+
3+ <resources >
4+ <string name =" define_headerview" >year;owner</string >
5+ <string name =" library_headerview_author" >Raphaël Bussa</string >
6+ <string name =" library_headerview_authorWebsite" >http://rebus007.altervista.org</string >
7+ <string name =" library_headerview_libraryName" >Header View</string >
8+ <string name =" library_headerview_libraryDescription" >Create an header for android.support.design.widget.NavigationView</string >
9+ <string name =" library_headerview_libraryWebsite" >http://rebus007.github.io/HeaderView/</string >
10+ <string name =" library_headerview_libraryVersion" >1.1.3</string >
11+ <string name =" library_headerview_isOpenSource" >true</string >
12+ <string name =" library_headerview_repositoryLink" >https://github.com/rebus007/HeaderView</string >
13+ <string name =" library_headerview_licenseId" >mit</string >
14+ <string name =" library_headerview_owner" >Raphaël Bussa</string >
15+ <string name =" library_headerview_year" >2016</string >
16+ </resources >
You can’t perform that action at this time.
0 commit comments