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 @@ -14,6 +14,7 @@ to AndroidX.
1414<br />Since v3.0.0, it is dependent on Java 8 due to the dependency on
1515[ DrawerLayout] [ drawer-layout ] .
1616<br />Since v6.3.0, it is targeting Java 17 to provide maximum compatibility.
17+ <br />Since v6.4.0, the minimum SDK is Android 4.4 (API 19) to comply with the latest policies.
1718
1819<p align =" left " >
1920 <img src =" ./graphics/play/screenshots/phone-1.png " width =" 280 " height =" 486 " hspace =" 2 " >
@@ -48,7 +49,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
4849``` groovy
4950dependencies {
5051 // For AndroidX enabled projects.
51- implementation 'com.pranavpandey.android:dynamic-support:6.2.1 '
52+ implementation 'com.pranavpandey.android:dynamic-support:6.4.0 '
5253
5354 // For legacy projects.
5455 implementation 'com.pranavpandey.android:dynamic-support:1.3.0'
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ buildscript {
4646}
4747
4848plugins {
49- id(" io.github.gradle-nexus.publish-plugin" ) version " 1.1 .0"
49+ id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0 .0"
5050}
5151
5252allprojects {
7777 mavenDir = ' com/pranavpandey/android'
7878 mavenArtifactId = ' dynamic-support'
7979 mavenInceptionYear = 2018
80- mavenVersion = ' 6.3 .0'
81- mavenVersionCode = 36
82- sampleVersionCode = 37
80+ mavenVersion = ' 6.4 .0'
81+ mavenVersionCode = 37
82+ sampleVersionCode = 38
8383
8484 developerId = ' pranavpandey'
8585 developerName = ' Pranav Pandey'
You can’t perform that action at this time.
0 commit comments