File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
19
19
}
20
20
21
21
dependencies {
22
- compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.1 -SNAPSHOT'
22
+ compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:1.2.2 -SNAPSHOT@aar '
23
23
}
24
24
```
25
25
Original file line number Diff line number Diff line change 1
- 1.2.1 -SNAPSHOT
1
+ 1.2.2 -SNAPSHOT
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.2.1 -SNAPSHOT
2
- VERSION_CODE =5
1
+ VERSION_NAME =1.2.2 -SNAPSHOT
2
+ VERSION_CODE =6
3
3
GROUP =jp.co.cyberagent.android.gpuimage
4
4
5
5
COMPILE_SDK_VERSION =21
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ repositories {
34
34
35
35
dependencies {
36
36
compile project(' :library' )
37
- // compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:+'
37
+ // compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:+@aar '
38
38
compile ' com.android.support:support-v4:21.+'
39
39
}
You can’t perform that action at this time.
0 commit comments