File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ project to AndroidX.
19
19
<br />Since v4.3.0, it supports some helper methods to capture results via
20
20
[ Barquode] ( #barquode-for-android ) app.
21
21
<br />Since v4.5.1, it is targeting Java 17 to provide maximum compatibility.
22
+ <br />Since v4.6.0, the minimum SDK is Android 4.4 (API 19) to comply with the latest policies.
22
23
23
24
---
24
25
@@ -55,7 +56,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
55
56
``` groovy
56
57
dependencies {
57
58
// For AndroidX enabled projects.
58
- implementation 'com.pranavpandey.android:dynamic-utils:4.5.1 '
59
+ implementation 'com.pranavpandey.android:dynamic-utils:4.6.0 '
59
60
60
61
// For legacy projects.
61
62
implementation 'com.pranavpandey.android:dynamic-utils:1.3.0'
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ buildscript {
35
35
}
36
36
37
37
plugins {
38
- id(" io.github.gradle-nexus.publish-plugin" ) version " 1.1 .0"
38
+ id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0 .0"
39
39
}
40
40
41
41
allprojects {
67
67
mavenDir = ' com/pranavpandey/android'
68
68
mavenArtifactId = ' dynamic-utils'
69
69
mavenInceptionYear = ' 2017'
70
- mavenVersion = ' 4.5.1 '
71
- mavenVersionCode = 45
70
+ mavenVersion = ' 4.6.0 '
71
+ mavenVersionCode = 46
72
72
73
73
developerId = ' pranavpandey'
74
74
developerName = ' Pranav Pandey'
You can’t perform that action at this time.
0 commit comments