File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
35
35
36
36
``` groovy
37
37
dependencies {
38
- implementation 'com.pranavpandey.android:dynamic-motion:1.0.1 '
38
+ implementation 'com.pranavpandey.android:dynamic-motion:1.0.2 '
39
39
}
40
40
```
41
41
@@ -115,7 +115,7 @@ Pranav Pandey
115
115
116
116
## License
117
117
118
- Copyright 2018-2022 Pranav Pandey
118
+ Copyright 2018-2023 Pranav Pandey
119
119
120
120
Licensed under the Apache License, Version 2.0 (the "License");
121
121
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2018-2022 Pranav Pandey
2
+ * Copyright 2018-2023 Pranav Pandey
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ buildscript {
21
21
' targetSdk' : 33 ,
22
22
' buildTools' : ' 33.0.2' ,
23
23
' constraintlayout' : ' 2.1.4' ,
24
- ' dialogs' : ' 4.3.1 ' ,
24
+ ' dialogs' : ' 4.3.2 ' ,
25
25
' kotlin' : ' 1.8.0' ,
26
26
' viewpager2' : ' 1.0.0'
27
27
]
69
69
mavenDir = ' com/pranavpandey/android'
70
70
mavenArtifactId = ' dynamic-motion'
71
71
mavenInceptionYear = 2018
72
- mavenVersion = ' 1.0.1 '
73
- mavenVersionCode = 7
74
- sampleVersionCode = 7
72
+ mavenVersion = ' 1.0.2 '
73
+ mavenVersionCode = 8
74
+ sampleVersionCode = 8
75
75
76
76
developerId = ' pranavpandey'
77
77
developerName = ' Pranav Pandey'
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ android {
34
34
35
35
buildTypes {
36
36
release {
37
- minifyEnabled false
37
+ shrinkResources true
38
+ minifyEnabled true
38
39
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
39
40
}
40
41
}
You can’t perform that action at this time.
0 commit comments