File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ android {
1010 minSdkVersion 23
1111 targetSdkVersion 32
1212 multiDexEnabled true
13- versionCode 45
13+ versionCode 48
1414 vectorDrawables. useSupportLibrary = true
15- versionName " 1.5 "
15+ versionName " 1.6 "
1616 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1717 }
1818
@@ -41,14 +41,14 @@ android {
4141
4242dependencies {
4343 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
44- implementation ' com.google.android.material:material:1.6 .0-beta01 '
45- implementation ' com.github.bumptech.glide:glide:4.12.0 '
46- annotationProcessor ' com.github.bumptech.glide:compiler:4.12.0 '
44+ implementation ' com.google.android.material:material:1.7 .0-alpha02 '
45+ implementation ' com.github.bumptech.glide:glide:4.13.1 '
46+ annotationProcessor ' com.github.bumptech.glide:compiler:4.13.1 '
4747 implementation ' androidx.cardview:cardview:1.0.0'
4848 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
4949 implementation ' androidx.appcompat:appcompat:1.4.1'
5050 implementation ' androidx.core:core-ktx:1.7.0'
51- implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
51+ implementation ' androidx.constraintlayout:constraintlayout:2.1.4 '
5252 testImplementation ' junit:junit:4.13.2'
5353 androidTestImplementation ' androidx.test:runner:1.4.0'
5454 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 mavenCentral()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:7.1.3 '
10+ classpath ' com.android.tools.build:gradle:7.2.1 '
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212 // NOTE: Do not place your application dependencies here; they belong
1313 // in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -all.zip
You can’t perform that action at this time.
0 commit comments