File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,16 @@ android {
4646
4747dependencies {
4848 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
49- implementation ' com.google.android.material:material:1.8 .0-beta01 '
49+ implementation ' com.google.android.material:material:1.9 .0-alpha01 '
5050 implementation ' com.github.bumptech.glide:glide:4.14.2'
5151 annotationProcessor ' com.github.bumptech.glide:compiler:4.14.2'
5252 implementation ' androidx.cardview:cardview:1.0.0'
5353 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
54- implementation ' androidx.appcompat:appcompat:1.5.1 '
54+ implementation ' androidx.appcompat:appcompat:1.6.0 '
5555 implementation ' androidx.core:core-ktx:1.9.0'
5656 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
5757 testImplementation ' junit:junit:4.13.2'
58- androidTestImplementation ' androidx.test:runner:1.5.1 '
58+ androidTestImplementation ' androidx.test:runner:1.5.2 '
5959 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
60- androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.0 '
60+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.5.1 '
6161}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.7.20 '
4+ ext. kotlin_version = ' 1.8.0 '
55 repositories {
66 google()
77 mavenCentral()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:7.3 .1'
10+ classpath ' com.android.tools.build:gradle:7.4 .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 1- # Thu Oct 22 10:23:48 IST 2020
1+ # Wed Feb 08 17:57:03 IST 2023
22distributionBase =GRADLE_USER_HOME
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5-bin.zip
34distributionPath =wrapper/dists
4- zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl = https\://services.gradle.org/distributions/gradle-7.4-all.zip
6+ zipStoreBase = GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments