Skip to content

Commit

Permalink
Dynamic utils 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jun 16, 2021
1 parent 5100308 commit 584e99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
'minSdk' : 14,
'targetSdk' : 30,
'buildTools': '30.0.3',
'dynamic' : '3.4.1',
'dynamic' : '4.0.1',
'preference': '1.1.1'
]

Expand Down
2 changes: 1 addition & 1 deletion dynamic-engine/maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ version = mavenVersion
// Android libraries
if (project.hasProperty("android")) {
task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
archiveClassifier.set("sources")
from android.sourceSets.main.java.srcDirs
}

task javadoc(type: Javadoc) {
Expand Down

0 comments on commit 584e99f

Please sign in to comment.