Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
tzing committed Aug 6, 2017
1 parent 3e06be5 commit 2874e10
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .doxygen.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Appmate Droid"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "1.3.0"
PROJECT_NUMBER = "1.3.2"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Just add these lines in your `build.gradle`

```
dependencies {
compile 'nctu.fintech:appmate:1.3.1'
compile 'nctu.fintech:appmate:1.3.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion doc/get-start.dox
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ API Level 19 (即 Android 4.4 [KITKAT] 以上版本始支援)

```
dependencies {
compile 'nctu.fintech:appmate:1.3.0'
compile 'nctu.fintech:appmate:1.3.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apply plugin: 'com.android.library'

def groupId = 'nctu.fintech'
def artifactId = 'appmate'
def code = 9
def version = '1.3.1'
def code = 10
def version = '1.3.2'

android {
compileSdkVersion 22
Expand Down

0 comments on commit 2874e10

Please sign in to comment.