Skip to content

Commit

Permalink
Bump version: 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Sep 1, 2019
1 parent c06f16b commit f107b89
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Grab via Gradle, by adding this to your `build.gradle`:
```gradle
dependencies {
// ...
compile ('org.rm3l:maoni:8.0.1@aar') {
compile ('org.rm3l:maoni:8.0.2@aar') {
transitive = true
}
}
Expand Down Expand Up @@ -189,7 +189,7 @@ Add this additional line to your `build.gradle`:
```gradle
dependencies {
// ...
compile 'org.rm3l:maoni-email:8.0.1'
compile 'org.rm3l:maoni-email:8.0.2'
}
```

Expand Down Expand Up @@ -219,7 +219,7 @@ Add this additional line to your `build.gradle`:
```gradle
dependencies {
// ...
compile 'org.rm3l:maoni-slack:8.0.1'
compile 'org.rm3l:maoni-slack:8.0.2'
}
```

Expand Down Expand Up @@ -248,7 +248,7 @@ Add this additional line to your `build.gradle`:

```gradle
dependencies {
compile 'org.rm3l:maoni-github:8.0.1'
compile 'org.rm3l:maoni-github:8.0.2'
}
```

Expand Down Expand Up @@ -278,7 +278,7 @@ Add this additional line to your `build.gradle`:

```gradle
dependencies {
compile 'org.rm3l:maoni-jira:8.0.1'
compile 'org.rm3l:maoni-jira:8.0.2'
}
```

Expand Down Expand Up @@ -309,7 +309,7 @@ Add this additional line to your `build.gradle`:
```gradle
dependencies {
// ...
compile 'org.rm3l:maoni-doorbell:8.0.1'
compile 'org.rm3l:maoni-doorbell:8.0.2'
}
```

Expand Down Expand Up @@ -442,7 +442,7 @@ You just have to include `maoni-common` as a dependency in your project, e.g., w
```gradle
dependencies {
// ...
api 'org.rm3l:maoni-common:8.0.1'
api 'org.rm3l:maoni-common:8.0.2'
}
```
You can write your project in any JVM language of your choice (e.g., [Kotlin](https://kotlinlang.org/), as with [maoni-slack](https://github.com/maoni-app/maoni-slack) and [maoni-github](https://github.com/maoni-app/maoni-github)), as long as the callback implementation can be called from Maoni.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final homePath = System.properties['user.home']

buildscript {
ext.maoni_group = 'org.rm3l'
ext.maoni_version = '8.0.1'
ext.maoni_version = '8.0.2'

ext.kotlin_version = '1.3.50'
ext.anko_version = '0.10.8'
Expand Down
4 changes: 2 additions & 2 deletions callbacks/maoni-doorbell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Add this to your `build.gradle`:

```gradle
dependencies {
compile 'org.rm3l:maoni:8.0.1'
compile 'org.rm3l:maoni-doorbell:8.0.1'
compile 'org.rm3l:maoni:8.0.2'
compile 'org.rm3l:maoni-doorbell:8.0.2'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
*/
public class MaoniDoorbellListener implements Listener {

private static final String USER_AGENT = "maoni-doorbell (v8.0.1)";
private static final String USER_AGENT = "maoni-doorbell (v8.0.2)";

private static final String FEEDBACK_API_BASE_URL = "https://doorbell.io/api/";

Expand Down
4 changes: 2 additions & 2 deletions callbacks/maoni-email/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Add this to your `build.gradle`:

```gradle
dependencies {
compile 'org.rm3l:maoni:8.0.1'
compile 'org.rm3l:maoni-email:8.0.1'
compile 'org.rm3l:maoni:8.0.2'
compile 'org.rm3l:maoni-email:8.0.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions callbacks/maoni-github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Add this to your `build.gradle`:

```gradle
dependencies {
compile 'org.rm3l:maoni:8.0.1'
compile 'org.rm3l:maoni-github:8.0.1'
compile 'org.rm3l:maoni:8.0.2'
compile 'org.rm3l:maoni-github:8.0.2'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import org.rm3l.maoni.github.android.AndroidBasicAuthorization
* <p>
* Written in Kotlin for conciseness
*/
const val USER_AGENT = "maoni-github (v8.0.1)"
const val USER_AGENT = "maoni-github (v8.0.2)"
const val APPLICATION_JSON = "application/json"
const val TITLE_MAX_LINES = 50

Expand Down
4 changes: 2 additions & 2 deletions callbacks/maoni-jira/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Add this to your `build.gradle`:

```gradle
dependencies {
compile 'org.rm3l:maoni:8.0.1'
compile 'org.rm3l:maoni-jira:8.0.1'
compile 'org.rm3l:maoni:8.0.2'
compile 'org.rm3l:maoni-jira:8.0.2'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import org.rm3l.maoni.jira.android.AndroidBasicAuthorization
* <p>
* Written in Kotlin for conciseness
*/
const val USER_AGENT = "maoni-jira (v8.0.1)"
const val USER_AGENT = "maoni-jira (v8.0.2)"
const val APPLICATION_JSON = "application/json"
const val ISSUE_SUMMARY_MAX_LINES = 50

Expand Down
4 changes: 2 additions & 2 deletions callbacks/maoni-slack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Now in your app, add this to your `build.gradle`:

```gradle
dependencies {
compile 'org.rm3l:maoni:8.0.1'
compile 'org.rm3l:maoni-slack:8.0.1'
compile 'org.rm3l:maoni:8.0.2'
compile 'org.rm3l:maoni-slack:8.0.2'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import java.nio.charset.Charset
* Written in Kotlin for conciseness
*/
const val LOG_TAG = "MaoniSlackListener"
const val USER_AGENT = "maoni-slack (v8.0.1)"
const val USER_AGENT = "maoni-slack (v8.0.2)"
const val APPLICATION_JSON = "application/json"

/**
Expand Down
2 changes: 1 addition & 1 deletion maoni-sample/src/main/res/values/library_maoni_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ SOFTWARE.
<string name="library_maoni_libraryName" translatable="false">Maoni</string>
<string name="library_maoni_libraryDescription" translatable="false">Maoni is a lightweight library for collecting and handling user feedback from within Android applications</string>
<string name="library_maoni_libraryWebsite" translatable="false">http://maoni.rm3l.org</string>
<string name="library_maoni_libraryVersion" translatable="false">8.0.1</string>
<string name="library_maoni_libraryVersion" translatable="false">8.0.2</string>
<!-- OpenSource section -->
<string name="library_maoni_isOpenSource" translatable="false">true</string>
<string name="library_maoni_repositoryLink" translatable="false">https://github.com/rm3l/maoni</string>
Expand Down

0 comments on commit f107b89

Please sign in to comment.