Skip to content

Commit abe9afd

Browse files
committed
fix : files not added
1 parent 5287a74 commit abe9afd

34 files changed

Lines changed: 8 additions & 7 deletions

filetree/.gitignore

100755100644
File mode changed.

filetree/build.gradle

100755100644
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
plugins {
22
id 'com.android.library'
3+
id 'org.jetbrains.kotlin.android'
34
}
45

56
android {
67
namespace 'com.zyron.filetree'
7-
compileSdk 34
8+
compileSdk 36
89

910
defaultConfig {
1011
minSdk 21
11-
targetSdk 34
12+
targetSdk 36
1213

1314
vectorDrawables {
1415
useSupportLibrary true
@@ -34,10 +35,10 @@ android {
3435
}
3536

3637
dependencies {
37-
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
38-
implementation 'com.google.android.material:material:1.12.0'
39-
implementation 'androidx.appcompat:appcompat:1.7.0'
40-
implementation 'androidx.core:core-ktx:1.13.1'
41-
implementation 'androidx.recyclerview:recyclerview:1.3.2'
38+
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
39+
implementation 'com.google.android.material:material:1.13.0'
40+
implementation 'androidx.appcompat:appcompat:1.7.1'
41+
implementation 'androidx.core:core-ktx:1.17.0'
42+
implementation 'androidx.recyclerview:recyclerview:1.4.0'
4243
implementation 'androidx.preference:preference-ktx:1.2.1'
4344
}

filetree/proguard-rules.pro

100755100644
File mode changed.

filetree/src/main/AndroidManifest.xml

100755100644
File mode changed.

filetree/src/main/kotlin/com/zyron/filetree/FileTree.kt

100755100644
File mode changed.

filetree/src/main/kotlin/com/zyron/filetree/adapter/FileTreeAdapter.kt

100755100644
File mode changed.

filetree/src/main/kotlin/com/zyron/filetree/callback/FileTreeDiffCallback.kt

100755100644
File mode changed.

filetree/src/main/kotlin/com/zyron/filetree/datamodel/FileTreeNode.kt

100755100644
File mode changed.

filetree/src/main/kotlin/com/zyron/filetree/events/FileTreeEventListener.kt

100755100644
File mode changed.

filetree/src/main/kotlin/com/zyron/filetree/map/ConcurrentFileMap.kt

100755100644
File mode changed.

0 commit comments

Comments
 (0)