File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,13 @@ Android SDK Build-tools 21.1.2
14
14
(You can change other sdk and build-tools)
15
15
16
16
## 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
-
24
17
##### Gradle
25
18
repositories {
26
19
mavenCentral()
27
20
}
28
21
29
22
dependencies {
30
- compile 'com.naver.android.helloyako:imagecropview:1.0.3 '
23
+ compile 'com.naver.android.helloyako:imagecropview:1.0.5 '
31
24
}
32
25
33
26
## Demo
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.0.3
2
- VERSION_CODE =4
1
+ VERSION_NAME =1.0.5
2
+ VERSION_CODE =5
3
3
GROUP =com.naver.android.helloyako
4
4
5
5
POM_DESCRIPTION =Android Image Crop View
You can’t perform that action at this time.
0 commit comments