Skip to content

Commit 2559420

Browse files
Dr. Maxie Dion SchmidtDr. Maxie Dion Schmidt
authored andcommitted
Adding comments to build.gradle about how to generate the AAR library files (JAR + R/attrs)
1 parent 27408f2 commit 2559420

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

AndroidFilePickerLightLibrary/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ task makeJarRelease(type: Copy) {
5151
}
5252

5353
/* Build the JAR file by running: $ ./gradlew makeJar */
54+
/* To get the AAR (JAR + R/assets), run:
55+
* $ ./gradlew AndroidFilePickerLightLibrary:assembleRelease
56+
*/
5457
makeJarRelease.dependsOn(clearJarRelease, build)
5558

5659
android {

AndroidFilePickerLightLibrary/build/generated/source/buildConfig/debug/com/maxieds/androidfilepickerlightlibrary/BuildConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public final class BuildConfig {
88
public static final String LIBRARY_PACKAGE_NAME = "com.maxieds.androidfilepickerlightlibrary";
99
public static final String BUILD_TYPE = "debug";
1010
// Field from build type: debug
11-
public static final String BUILD_TIMESTAMP = "2026-03-05-082932";
11+
public static final String BUILD_TIMESTAMP = "2026-03-05-110819";
1212
// Field from build type: debug
1313
public static final String GIT_COMMIT_DATE = "";
1414
// Field from build type: debug

0 commit comments

Comments
 (0)