File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android:
11
11
components :
12
12
- tools
13
13
- platform-tools
14
- - build-tools-28.0.0
14
+ - build-tools-28.0.1
15
15
- android-28
16
16
- extra-android-support
17
17
- extra-android-m2repository
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ so, minimum SDK will be Android 14+ (ICS or above).
18
18
19
19
- [ Installation] ( https://github.com/pranavpandey/dynamic-utils#installation )
20
20
- [ Usage] ( https://github.com/pranavpandey/dynamic-utils#usage )
21
+ - [ DynamicAnimUtils] ( https://github.com/pranavpandey/dynamic-utils#dynamicanimutils )
21
22
- [ DynamicBitmapUtils] ( https://github.com/pranavpandey/dynamic-utils#dynamicbitmaputils )
22
23
- [ DynamicColorUtils] ( https://github.com/pranavpandey/dynamic-utils#dynamiccolorutils )
23
24
- [ DynamicDeviceUtils] ( https://github.com/pranavpandey/dynamic-utils#dynamicdeviceutils )
@@ -39,7 +40,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
39
40
40
41
``` groovy
41
42
dependencies {
42
- implementation 'com.pranavpandey.android:dynamic-utils:1.1.1 '
43
+ implementation 'com.pranavpandey.android:dynamic-utils:1.2.0 '
43
44
}
44
45
```
45
46
@@ -53,6 +54,12 @@ for more hidden features.
53
54
54
55
> For complete reference, please read the [ documentation] ( https://pranavpandey.github.io/dynamic-utils ) .
55
56
57
+ ### DynamicAnimUtils
58
+
59
+ Helper class to perform animation related operations.
60
+
61
+ - ` void playAnimation(view, animator) ` - Play an animator animation on a view.
62
+
56
63
### DynamicBitmapUtils
57
64
58
65
Helper class to perform bitmap operations.
Original file line number Diff line number Diff line change 52
52
referenceTitle = ' Dynamic Utils Reference'
53
53
54
54
mavenGroup = ' com.pranavpandey.android'
55
- mavenVersion = ' 1.1.1 '
55
+ mavenVersion = ' 1.2.0 '
56
56
mavenInceptionYear = 2017
57
57
mavenArtifactId = ' dynamic-utils'
58
58
bintrayRepo = ' android'
66
66
licenseDistribution = ' repo'
67
67
allLicenses = [" Apache-2.0" ]
68
68
69
- versionCode = 12
69
+ versionCode = 13
70
70
71
- buildTools = ' 28.0.0 '
71
+ buildTools = ' 28.0.1 '
72
72
minSdk = 14
73
73
compileSdk = 28
74
74
targetSdk = 28
You can’t perform that action at this time.
0 commit comments