Skip to content

Commit adfbb45

Browse files
committed
Gradle commit
Gradle commit
1 parent 534c180 commit adfbb45

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ android {
1010
minSdkVersion 23
1111
targetSdkVersion 33
1212
multiDexEnabled true
13-
versionCode 59
13+
versionCode 65
1414
vectorDrawables.useSupportLibrary = true
15-
versionName "2.0"
15+
versionName "2.1"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818

@@ -46,9 +46,9 @@ android {
4646

4747
dependencies {
4848
implementation fileTree(dir: 'libs', include: ['*.jar'])
49-
implementation 'com.google.android.material:material:1.8.0-alpha01'
50-
implementation 'com.github.bumptech.glide:glide:4.13.2'
51-
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
49+
implementation 'com.google.android.material:material:1.8.0-alpha02'
50+
implementation 'com.github.bumptech.glide:glide:4.14.2'
51+
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"
5454
implementation 'androidx.appcompat:appcompat:1.5.1'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.3.0'
10+
classpath 'com.android.tools.build:gradle:7.3.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

0 commit comments

Comments
 (0)