File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
155155``` groovy
156156dependencies {
157157 // For AndroidX enabled projects.
158- implementation 'com.pranavpandey.android:dynamic-theme:4.3.0 '
158+ implementation 'com.pranavpandey.android:dynamic-theme:4.3.1 '
159159}
160160```
161161
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020 ' minSdk' : 14 ,
2121 ' targetSdk' : 32 ,
2222 ' buildTools' : ' 32.0.0' ,
23- ' dynamic' : ' 4.4.1 ' ,
23+ ' dynamic' : ' 4.4.2 ' ,
2424 ' gson' : ' 2.8.9' ,
2525 ' palette' : ' 1.0.0' ,
2626 ' zxing' : ' 3.3.3'
6767 mavenDir = ' com/pranavpandey/android'
6868 mavenArtifactId = ' dynamic-theme'
6969 mavenInceptionYear = ' 2019'
70- mavenVersion = ' 4.3.0 '
71- mavenVersionCode = 14
70+ mavenVersion = ' 4.3.1 '
71+ mavenVersionCode = 15
7272
7373 developerId = ' pranavpandey'
7474 developerName = ' Pranav Pandey'
You can’t perform that action at this time.
0 commit comments