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.
14
14
<br />Since v3.0.0, it is dependent on Java 8 due to the dependency on
15
15
[ DrawerLayout] [ drawer-layout ] .
16
16
<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.
17
18
18
19
<p align =" left " >
19
20
<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
48
49
``` groovy
49
50
dependencies {
50
51
// For AndroidX enabled projects.
51
- implementation 'com.pranavpandey.android:dynamic-support:6.2.1 '
52
+ implementation 'com.pranavpandey.android:dynamic-support:6.4.0 '
52
53
53
54
// For legacy projects.
54
55
implementation 'com.pranavpandey.android:dynamic-support:1.3.0'
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ buildscript {
46
46
}
47
47
48
48
plugins {
49
- id(" io.github.gradle-nexus.publish-plugin" ) version " 1.1 .0"
49
+ id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0 .0"
50
50
}
51
51
52
52
allprojects {
77
77
mavenDir = ' com/pranavpandey/android'
78
78
mavenArtifactId = ' dynamic-support'
79
79
mavenInceptionYear = 2018
80
- mavenVersion = ' 6.3 .0'
81
- mavenVersionCode = 36
82
- sampleVersionCode = 37
80
+ mavenVersion = ' 6.4 .0'
81
+ mavenVersionCode = 37
82
+ sampleVersionCode = 38
83
83
84
84
developerId = ' pranavpandey'
85
85
developerName = ' Pranav Pandey'
You can’t perform that action at this time.
0 commit comments