File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ plugins {
55}
66
77android {
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}
3333group = ' ir.smartdevelopers'
34- version = ' 1.4.9 '
34+ version = ' 1.5.0 '
3535task sourcesJar (type : Jar ) {
3636 archiveClassifier. set(" sources" )
3737 from android. sourceSets. main. java. srcDirs
@@ -42,14 +42,14 @@ task javadocJar2(type: Jar) {
4242}
4343dependencies {
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
You can’t perform that action at this time.
0 commit comments