Skip to content

Commit

Permalink
Version 6.3.0
Browse files Browse the repository at this point in the history
Dynamic theme 4.5.1.
Dynamic toasts 4.2.1.
Dynamic preferences 2.3.1.
pranavpandey committed Jul 9, 2023
1 parent f4480b3 commit 67dfa6b
Showing 2 changed files with 12 additions and 9 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -21,16 +21,16 @@ buildscript {
'targetSdk' : 34,
'buildTools' : '34.0.0',
'multidex' : '2.0.1',
'dynamic' : '4.5.0',
'dynamic' : '4.5.1',
'fragment' : '1.6.0',
'flexbox' : '3.0.0',
'kotlin' : '1.8.22',
'locale' : '2.4.0',
'material' : '1.11.0-alpha01',
'preferences' : '2.3.0',
'preferences' : '2.3.1',
'swiperefresh': '1.1.0',
'theme' : '4.5.0',
'toasts' : '4.1.3',
'theme' : '4.5.1',
'toasts' : '4.2.1',
'work' : '2.8.1'
]

@@ -77,13 +77,13 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-support'
mavenInceptionYear = 2018
mavenVersion = '6.2.1'
mavenVersionCode = 35
sampleVersionCode = 36
mavenVersion = '6.3.0'
mavenVersionCode = 36
sampleVersionCode = 37

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
developerEmail = 'pranavpande92@gmail.com'
developerEmail = 'dynamic@pranavpandey.com'

licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
5 changes: 4 additions & 1 deletion dynamic-support/maven.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018-2022 Pranav Pandey
* Copyright 2018-2023 Pranav Pandey
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -28,8 +28,11 @@ if (project.hasProperty("android")) {
}

task javadoc(type: Javadoc) {
dependsOn("generateReleaseRFile")

source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
doNotTrackState("Javadoc needs to be generated every time.")

failOnError = false
}

0 comments on commit 67dfa6b

Please sign in to comment.