Skip to content

Commit e1296ab

Browse files
author
Mantas Palaima
committed
released 0.2.1
1 parent 6bd516a commit e1296ab

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,42 +49,42 @@ Add Gradle dependency:
4949

5050
```gradle
5151
dependencies {
52-
compile 'io.palaima.debugdrawer:debugdrawer:0.2.0'
52+
compile 'io.palaima.debugdrawer:debugdrawer:0.2.1'
5353
}
5454
```
5555

5656
If you are using popular [OkHttp](https://github.com/square/okhttp) library. Probably you will be interesting in network statistics
5757
```gradle
5858
dependencies {
59-
compile 'io.palaima.debugdrawer:debugdrawer-okhttp:0.2.0'
59+
compile 'io.palaima.debugdrawer:debugdrawer-okhttp:0.2.1'
6060
}
6161
```
6262

6363
Or if you are using [Picasso](https://github.com/square/picasso) library, also from Square Inc.
6464
```gradle
6565
dependencies {
66-
compile 'io.palaima.debugdrawer:debugdrawer-picasso:0.2.0'
66+
compile 'io.palaima.debugdrawer:debugdrawer-picasso:0.2.1'
6767
}
6868
```
6969

7070
`ScalpelModule`
7171
```gradle
7272
dependencies {
73-
compile 'io.palaima.debugdrawer:debugdrawer-scalpel:0.2.0'
73+
compile 'io.palaima.debugdrawer:debugdrawer-scalpel:0.2.1'
7474
}
7575
```
7676

7777
* Or
78-
[DebugDrawer Download from Maven](https://oss.sonatype.org/content/repositories/releases/io/palaima/debugdrawer/debugdrawer/0.2.0/debugdrawer-0.2.0.aar)
78+
[DebugDrawer Download from Maven](https://oss.sonatype.org/content/repositories/releases/io/palaima/debugdrawer/debugdrawer/0.2.1/debugdrawer-0.2.1.aar)
7979

8080
* Or
81-
[DebugDrawer-Picasso Download from Maven](https://oss.sonatype.org/content/repositories/releases/io/palaima/debugdrawer/debugdrawer-picasso/0.2.0/debugdrawer-picasso-0.2.0.aar)
81+
[DebugDrawer-Picasso Download from Maven](https://oss.sonatype.org/content/repositories/releases/io/palaima/debugdrawer/debugdrawer-picasso/0.2.1/debugdrawer-picasso-0.2.1.aar)
8282

8383
* Or
84-
[DebugDrawer-OkHttp Download from Maven](https://oss.sonatype.org/content/repositories/releases/io/palaima/debugdrawer/debugdrawer-okhttp/0.2.0/debugdrawer-okhttp-0.2.0.aar)
84+
[DebugDrawer-OkHttp Download from Maven](https://oss.sonatype.org/content/repositories/releases/io/palaima/debugdrawer/debugdrawer-okhttp/0.2.1/debugdrawer-okhttp-0.2.1.aar)
8585

8686
* Or
87-
[DebugDrawer-Scalpel Download from Maven](https://oss.sonatype.org/content/repositories/releases/io/palaima/debugdrawer/debugdrawer-scalpel/0.2.0/debugdrawer-scalpel-0.2.0.aar)
87+
[DebugDrawer-Scalpel Download from Maven](https://oss.sonatype.org/content/repositories/releases/io/palaima/debugdrawer/debugdrawer-scalpel/0.2.1/debugdrawer-scalpel-0.2.1.aar)
8888

8989
You can try the SNAPSHOT version:
9090

app/build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ dependencies {
3838
compile 'com.android.support:appcompat-v7:22.1.1'
3939
compile 'com.squareup.picasso:picasso:2.5.2'
4040
compile 'com.squareup.okhttp:okhttp:2.2.0'
41-
/* compile 'io.palaima.debugdrawer:debugdrawer:0.2.0'
42-
compile 'io.palaima.debugdrawer:debugdrawer-okhttp:0.2.0'
43-
compile 'io.palaima.debugdrawer:debugdrawer-scalpel:0.2.0'
44-
compile 'io.palaima.debugdrawer:debugdrawer-picasso:0.2.0'*/
41+
compile 'com.jakewharton.scalpel:scalpel:1.1.2'
42+
/*compile 'io.palaima.debugdrawer:debugdrawer:0.2.1'
43+
compile 'io.palaima.debugdrawer:debugdrawer-okhttp:0.2.1'
44+
compile 'io.palaima.debugdrawer:debugdrawer-scalpel:0.2.1'
45+
compile 'io.palaima.debugdrawer:debugdrawer-picasso:0.2.1'*/
4546
compile project(':debugdrawer')
4647
compile project(':debugdrawer-picasso')
4748
compile project(':debugdrawer-okhttp')

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ org.gradle.jvmargs=-Xmx2048m -XX\:MaxPermSize\=512m
1818
org.gradle.parallel=false
1919

2020
POM_LICENCE_URL=http\://www.apache.org/licenses/LICENSE-2.0.txt
21-
VERSION_NAME=0.3.0-SNAPSHOT
22-
VERSION_CODE=4
21+
VERSION_NAME=0.2.1
22+
VERSION_CODE=5
2323
POM_DEVELOPER_ID=palaima
2424
POM_SCM_DEV_CONNECTION=scm\:[email protected]\:palaima/DebugDrawer.git
2525
POM_SCM_URL=https\://github.com/palaima/DebugDrawer

0 commit comments

Comments
 (0)