Skip to content

Commit

Permalink
Updated to 2.0.0 since potentially backwards incompatible changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Inderjeet Singh committed Jul 17, 2018
1 parent c1e1e32 commit 12064ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}
```

In your app build.gradle, add: `compile "com.github.PeelTechnologies:appscope:1.7.8"`
In your app build.gradle, add: `compile "com.github.PeelTechnologies:appscope:2.0.0"`

If you use Amplitude, also checkout [appscope-amplitude-extension](https://github.com/PeelTechnologies/appscope-amplitude-extension) project to automatically sync AppScope properties with Amplitude.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.PeelTechnologies</groupId>
<artifactId>appscope</artifactId>
<version>1.7.8</version>
<version>2.0.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 12064ed

Please sign in to comment.