Skip to content

Commit 86baded

Browse files
Merge pull request #11 from smartdevelopers-ir/changes_for_android_11
Changes for android 11
2 parents 7480d02 + 7ff2d21 commit 86baded

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

SmartFileBrowser/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55
}
66

77
android {
8-
compileSdkVersion 31
8+
compileSdkVersion 32
99
buildToolsVersion '31.0.0'
1010

1111
defaultConfig {
1212
minSdkVersion 19
13-
targetSdkVersion 31
13+
targetSdkVersion 32
1414
versionCode 1
1515
versionName "1.0"
1616

@@ -31,7 +31,7 @@ android {
3131
}
3232
}
3333
group = 'ir.smartdevelopers'
34-
version = '1.4.9'
34+
version = '1.5.0'
3535
task sourcesJar(type: Jar) {
3636
archiveClassifier.set("sources")
3737
from android.sourceSets.main.java.srcDirs
@@ -42,14 +42,14 @@ task javadocJar2(type: Jar) {
4242
}
4343
dependencies {
4444

45-
implementation 'androidx.appcompat:appcompat:1.4.1'
46-
implementation 'com.google.android.material:material:1.5.0'
47-
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
45+
implementation 'androidx.appcompat:appcompat:1.5.1'
46+
implementation 'com.google.android.material:material:1.6.1'
47+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
4848
implementation 'com.github.bumptech.glide:glide:4.12.0'
4949

5050
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
51-
implementation 'com.aurelhubert:ahbottomnavigation:2.3.4'
52-
def lifecycle_version = "2.4.0"
51+
implementation 'com.github.aurelhubert:ahbottomnavigation:v2.3.4'
52+
def lifecycle_version = "2.5.1"
5353
// ViewModel
5454
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
5555
// LiveData

0 commit comments

Comments
 (0)