File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313Add it to your project using Gradle:
1414
1515``` groovy
16- compile 'com.jmedeisis:windowview:0.1.0 '
16+ compile 'com.jmedeisis:windowview:0.1.1 '
1717```
1818
1919Use in place of an ` ImageView ` . Example XML layout file:
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 defaultConfig {
99 minSdkVersion 9
1010 targetSdkVersion 23
11- versionCode 1
12- versionName " 0.1.0 "
11+ versionCode 2
12+ versionName " 0.1.1 "
1313 }
1414 buildTypes {
1515 release {
@@ -38,7 +38,7 @@ publish {
3838 userOrg = ' justasm'
3939 groupId = ' com.jmedeisis'
4040 artifactId = ' windowview'
41- version = " 0.1.0 "
41+ version = " 0.1.1 "
4242 licences = [' MIT' ]
4343 description = " An Android ImageView you pan by tilting your device."
4444 website = ' https://github.com/justasm/WindowView'
You can’t perform that action at this time.
0 commit comments