Skip to content

Commit f459395

Browse files
committed
1.2.2-SNAPSHOT released.
1 parent fd90925 commit f459395

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020
2121
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'
2323
}
2424
```
2525

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1-SNAPSHOT
1+
1.2.2-SNAPSHOT

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.2.1-SNAPSHOT
2-
VERSION_CODE=5
1+
VERSION_NAME=1.2.2-SNAPSHOT
2+
VERSION_CODE=6
33
GROUP=jp.co.cyberagent.android.gpuimage
44

55
COMPILE_SDK_VERSION=21

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ repositories {
3434

3535
dependencies {
3636
compile project(':library')
37-
// compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:+'
37+
// compile 'jp.co.cyberagent.android.gpuimage:gpuimage-library:+@aar'
3838
compile 'com.android.support:support-v4:21.+'
3939
}

0 commit comments

Comments
 (0)