File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "Appmate Droid"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = "1.2 "
41
+ PROJECT_NUMBER = "1.3.0 "
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Just add these lines in your `build.gradle`
20
20
21
21
```
22
22
dependencies {
23
- compile " nctu.fintech:appmate:1.+"
23
+ compile ' nctu.fintech:appmate:1.3.0'
24
24
}
25
25
```
26
26
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ API Level 19 (即 Android 4.4 [KITKAT] 以上版本始支援)
15
15
16
16
```
17
17
dependencies {
18
- compile 'nctu.fintech:appmate:1.2 '
18
+ compile 'nctu.fintech:appmate:1.3.0 '
19
19
}
20
20
```
21
21
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apply plugin: 'com.android.library'
2
2
3
3
def groupId = ' nctu.fintech'
4
4
def artifactId = ' appmate'
5
- def code = 7
6
- def version = ' 1.2.1 '
5
+ def code = 8
6
+ def version = ' 1.3.0 '
7
7
8
8
android {
9
9
compileSdkVersion 22
You can’t perform that action at this time.
0 commit comments