Skip to content

Commit 1e5544b

Browse files
Dr. Maxie Dion SchmidtDr. Maxie Dion Schmidt
authored andcommitted
Stashing progress on v1.3.1-beta -- see release notes
1 parent 4241e32 commit 1e5544b

96 files changed

Lines changed: 145 additions & 1583 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@
1414
.cxx
1515
app/debug/*
1616
app/release/*
17+
app/build
18+
app/build/*

AndroidFilePickerLightLibrary/build.gradle

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
//plugins {
2-
// id 'com.android.application' version '9.0.0' apply false
3-
// id 'com.android.library' version '9.0.0' apply false
4-
//}
5-
61
apply plugin: 'com.android.library'
72

83
import java.text.DateFormat
@@ -17,7 +12,7 @@ def getDateTimestamp() {
1712

1813
def getShellCommandOutput(String shellCmd) {
1914
try {
20-
def cmdResult = ['bash', '-c', shellCmd].execute()
15+
def cmdResult = ['bash', '-c', shellCmd].execute();
2116
int waitResult = cmdResult.waitFor();
2217
if (cmdResult.text.length() == 0 || waitResult != 0) {
2318
return '';
@@ -51,8 +46,8 @@ android {
5146
targetSdkVersion 35
5247
compileSdkVersion 35
5348
compileSdk 35
54-
versionCode 23
55-
versionName "1.3.0"
49+
versionCode 24
50+
versionName "1.3.1-beta"
5651
buildFeatures.buildConfig = true
5752
buildToolsVersion '35.0.1'
5853

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ 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-02-26-102317";
11+
public static final String BUILD_TIMESTAMP = "2026-02-26-192638";
1212
// Field from build type: debug
1313
public static final String GIT_COMMIT_DATE = "";
1414
// Field from build type: debug
1515
public static final String GIT_COMMIT_HASH = "";
1616
// Field from build type: debug
17-
public static final long VERSION_CODE = 23L;
17+
public static final long VERSION_CODE = 24L;
1818
// Field from build type: debug
19-
public static final String VERSION_NAME = "1.3.0";
19+
public static final String VERSION_NAME = "1.3.1";
2020
}

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

Lines changed: 0 additions & 20 deletions
This file was deleted.

AndroidFilePickerLightLibrary/build/intermediates/annotation_processor_list/release/javaPreCompileRelease/annotationProcessors.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

AndroidFilePickerLightLibrary/build/intermediates/annotations_typedef_file/debug/extractDebugAnnotations/typedefs.txt

Whitespace-only changes.
Binary file not shown.

AndroidFilePickerLightLibrary/build/intermediates/compile_symbol_list/debug/generateDebugRFile/R.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ int attr __colorAccentMedium 0x0
44
int attr __colorPrimary 0x0
55
int attr __colorPrimaryDark 0x0
66
int attr __colorPrimaryVeryDark 0x0
7-
int attr colorAccent 0x0
8-
int attr colorAccentLight 0x0
9-
int attr colorAccentMedium 0x0
10-
int attr colorPrimary 0x0
11-
int attr colorPrimaryDark 0x0
12-
int attr colorPrimaryVeryDark 0x0
137
int attr colorToolbarDivider 0x0
148
int attr colorToolbarNav 0x0
159
int attr defaultFileIcon 0x0
@@ -39,9 +33,6 @@ int color __colorPrimary 0x0
3933
int color __colorPrimaryDark 0x0
4034
int color __colorPrimaryVeryDark 0x0
4135
int color __colorTransparent 0x0
42-
int color colorAccent 0x0
43-
int color colorAccentLight 0x0
44-
int color colorAccentMedium 0x0
4536
int color colorFileListDivider_border 0x0
4637
int color colorFileListDivider_gradientEnd 0x0
4738
int color colorFileListDivider_gradientStart 0x0
@@ -50,9 +41,6 @@ int color colorMainToolbarBackground2 0x0
5041
int color colorMainToolbarBackground3 0x0
5142
int color colorMainToolbarBackground4 0x0
5243
int color colorMainToolbarForegroundText 0x0
53-
int color colorPrimary 0x0
54-
int color colorPrimaryDark 0x0
55-
int color colorPrimaryVeryDark 0x0
5644
int color colorToolbarDivider 0x0
5745
int color colorToolbarNav 0x0
5846
int drawable apk_file_icon32 0x0

AndroidFilePickerLightLibrary/build/intermediates/compile_symbol_list/release/generateReleaseRFile/R.txt

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)