Skip to content

Commit

Permalink
Merge pull request #396 from mmirhoseini/master
Browse files Browse the repository at this point in the history
update timber version
  • Loading branch information
longinoa authored Sep 6, 2016
2 parents 99796d0 + 1143657 commit 6de20a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stetho-timber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {

dependencies {
compile project(':stetho')
compile 'com.jakewharton.timber:timber:3.0.1'
compile 'com.jakewharton.timber:timber:4.1.2'
}

apply from: rootProject.file('release.gradle')
10 changes: 7 additions & 3 deletions stetho-timber/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@
~ of patent rights can be found in the PATENTS file in the same directory.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.facebook.stetho.timber">
<manifest
xmlns:tools="http://schemas.android.com/tools"
package="com.facebook.stetho.timber">

<application />
//fixes Timber Library min sdk issue
<uses-sdk tools:overrideLibrary="timber.log"/>

<application/>

</manifest>

0 comments on commit 6de20a0

Please sign in to comment.