Skip to content

Commit fc64fa9

Browse files
committed
Version update
1 parent bf65937 commit fc64fa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Maven dependency:
2121
<dependency>
2222
<groupId>org.solovyev.android.views</groupId>
2323
<artifactId>linear-layout-manager</artifactId>
24-
<version>0.4</version>
24+
<version>0.5</version>
2525
<type>apklib</type>
2626
</dependency>
2727
```

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
public int version_code() {
4-
return 4
4+
return 5
55
}
66

77
public String version_name() {
8-
return '0.4'
8+
return '0.5'
99
}
1010

1111
public int android_sdk_version() {

0 commit comments

Comments
 (0)