File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ project to AndroidX.
1515<br />Since v4.1.0, it is dependent on Java 8 due to the dependency on
1616[ Dynamic Utils] ( https://github.com/pranavpandey/dynamic-utils ) .
1717<br />Since v4.4.1, it is targeting Java 17 to provide maximum compatibility.
18+ <br />Since v4.5.0, the minimum SDK is Android 4.4 (API 19) to comply with the latest policies.
1819
1920---
2021
@@ -41,7 +42,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
4142``` groovy
4243dependencies {
4344 // For AndroidX enabled projects.
44- implementation 'com.pranavpandey.android:dynamic-dialogs:4.4.1 '
45+ implementation 'com.pranavpandey.android:dynamic-dialogs:4.5.0 '
4546
4647 // For legacy projects.
4748 implementation 'com.pranavpandey.android:dynamic-dialogs:1.3.0'
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ buildscript {
4040}
4141
4242plugins {
43- id(" io.github.gradle-nexus.publish-plugin" ) version " 1.1 .0"
43+ id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0 .0"
4444}
4545
4646allprojects {
7171 mavenGroup = ' com.pranavpandey.android'
7272 mavenDir = ' com/pranavpandey/android'
7373 mavenInceptionYear = ' 2017'
74- mavenVersion = ' 4.4.1 '
75- mavenVersionCode = 36
76- sampleVersionCode = 37
74+ mavenVersion = ' 4.5.0 '
75+ mavenVersionCode = 37
76+ sampleVersionCode = 38
7777
7878 developerId = ' pranavpandey'
7979 developerName = ' Pranav Pandey'
You can’t perform that action at this time.
0 commit comments