Skip to content

Commit 71e3a77

Browse files
committed
new version
1 parent 3560f16 commit 71e3a77

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.doxygen.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Appmate Droid"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "1.2"
41+
PROJECT_NUMBER = "1.3.0"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Just add these lines in your `build.gradle`
2020

2121
```
2222
dependencies {
23-
compile "nctu.fintech:appmate:1.+"
23+
compile 'nctu.fintech:appmate:1.3.0'
2424
}
2525
```
2626

doc/get-start.dox

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ API Level 19 (即 Android 4.4 [KITKAT] 以上版本始支援)
1515

1616
```
1717
dependencies {
18-
compile 'nctu.fintech:appmate:1.2'
18+
compile 'nctu.fintech:appmate:1.3.0'
1919
}
2020
```
2121

lib/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apply plugin: 'com.android.library'
22

33
def groupId = 'nctu.fintech'
44
def artifactId = 'appmate'
5-
def code = 7
6-
def version = '1.2.1'
5+
def code = 8
6+
def version = '1.3.0'
77

88
android {
99
compileSdkVersion 22

0 commit comments

Comments
 (0)