Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #56 from R3PI/develop
Browse files Browse the repository at this point in the history
Version 1.2.0
  • Loading branch information
tomjhall authored Feb 18, 2017
2 parents a9f7376 + 014b66e commit 6e45624
Show file tree
Hide file tree
Showing 8 changed files with 294 additions and 137 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/local.properties
/.idea/workspace.xml
/.idea/libraries
/.idea/shelf
.DS_Store
/build
/captures
229 changes: 229 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 1.2
----------------------------
* Removed deprecated code.
* Added getLayoutId(View).

Version 1.1.4
----------------------------
* Fixed NullPointerException when fetching parameters that are null.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Defrag is available in the jCenter repository:

```java
dependencies {
compile 'com.solera.defrag:defrag:1.1.4'
compile 'com.solera.defrag:defrag:1.2.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions defrag/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'android-apt'

group = 'com.solera.defrag'
version = '1.1.4'
version = '1.2.0'


android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
buildToolsVersion "25.0.2"

defaultConfig {
minSdkVersion 16
Expand Down
33 changes: 0 additions & 33 deletions defrag/src/main/java/com/solera/defrag/HandlesBackPresses.java

This file was deleted.

34 changes: 0 additions & 34 deletions defrag/src/main/java/com/solera/defrag/HasTraversalAnimation.java

This file was deleted.

Loading

0 comments on commit 6e45624

Please sign in to comment.