File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Change Log
4
4
Version 4.2.0 * (In Development)*
5
5
--------------------------------
6
6
7
+ ** Maven ` artifactId ` is now to 'actionbarsherlock'.**
8
+
7
9
Note: The ` .Dialog ` themes are now deprecated. These will be removed in a future
8
10
version of the library.
9
11
Original file line number Diff line number Diff line change
1
+ Contributing
2
+ ============
3
+
4
+ If you would like to contribute code to ActionBarSherlock you can do so through
5
+ GitHub by forking the repository and sending a pull request.
6
+
7
+ When submitting code, please make every effort to follow existing conventions
8
+ and style in order to keep the code as readable as possible. Please also make
9
+ sure your code compiles by running ` mvn clean verify ` . Checkstyle failures
10
+ during compilation indicate errors in your style and can be viewed in the
11
+ ` checkstyle-result.xml ` file.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and up.
19
19
Try out the sample applications on the Android Market: [ Feature Demos] [ 4 ] ,
20
20
[ Fragments] [ 5 ] , and [ RoboGuice] [ 6 ] .
21
21
22
- Continuous integration is provided by [ CloudBees BuildHive ] [ 7 ] .
22
+ Continuous integration is provided by [ Travis CI ] [ 7 ] .
23
23
24
24
25
25
@@ -57,4 +57,4 @@ License
57
57
[ 4 ] : https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.demos
58
58
[ 5 ] : https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.fragments
59
59
[ 6 ] : https://play.google.com/store/apps/details?id=com.actionbarsherlock.sample.roboguice
60
- [ 7 ] : https://buildhive.cloudbees.com/job/ JakeWharton/job/ ActionBarSherlock/
60
+ [ 7 ] : https://travis-ci.org/ JakeWharton/ActionBarSherlock
You can’t perform that action at this time.
0 commit comments