We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf65937 commit fc64fa9Copy full SHA for fc64fa9
README.md
@@ -21,7 +21,7 @@ Maven dependency:
21
<dependency>
22
<groupId>org.solovyev.android.views</groupId>
23
<artifactId>linear-layout-manager</artifactId>
24
- <version>0.4</version>
+ <version>0.5</version>
25
<type>apklib</type>
26
</dependency>
27
```
build.gradle
@@ -1,11 +1,11 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3
public int version_code() {
4
- return 4
+ return 5
5
}
6
7
public String version_name() {
8
- return '0.4'
+ return '0.5'
9
10
11
public int android_sdk_version() {
0 commit comments