Skip to content

Commit e41d7cf

Browse files
committed
development commit
1 parent fbed0e3 commit e41d7cf

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ android {
4646

4747
dependencies {
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
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
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
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Oct 22 10:23:48 IST 2020
1+
#Wed Feb 08 17:57:03 IST 2023
22
distributionBase=GRADLE_USER_HOME
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
34
distributionPath=wrapper/dists
4-
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
6+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)