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 c9788dc commit aebd77dCopy full SHA for aebd77d
README.md
@@ -39,7 +39,7 @@ allprojects {
39
And add a dependency code to your **module**'s `build.gradle` file.
40
```gradle
41
dependencies {
42
- implementation "com.github.skydoves:transformationlayout:1.0.7"
+ implementation "com.github.skydoves:transformationlayout:1.0.8"
43
}
44
```
45
gradle.properties
@@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
31
GROUP=com.github.skydoves
32
POM_PACKAGING=aar
33
34
-VERSION_NAME=1.0.8-SNAPSHOT
+VERSION_NAME=1.0.9-SNAPSHOT
35
36
POM_ARTIFACT_ID=transformationlayout
37
POM_NAME=transformationlayout
0 commit comments