Skip to content

Commit a1b5b38

Browse files
committed
version 1.0.5
1 parent 2743d63 commit a1b5b38

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,13 @@ Android SDK Build-tools 21.1.2
1414
(You can change other sdk and build-tools)
1515

1616
## Usage
17-
##### Maven
18-
<dependency>
19-
<groupId>com.naver.android.helloyako</groupId>
20-
<artifactId>imagecropview</artifactId>
21-
<version>1.0.3</version>
22-
</dependency>
23-
2417
##### Gradle
2518
repositories {
2619
mavenCentral()
2720
}
2821

2922
dependencies {
30-
compile 'com.naver.android.helloyako:imagecropview:1.0.3'
23+
compile 'com.naver.android.helloyako:imagecropview:1.0.5'
3124
}
3225

3326
## Demo

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.0.3
2-
VERSION_CODE=4
1+
VERSION_NAME=1.0.5
2+
VERSION_CODE=5
33
GROUP=com.naver.android.helloyako
44

55
POM_DESCRIPTION=Android Image Crop View

0 commit comments

Comments
 (0)