Skip to content

Commit f2aafd0

Browse files
committed
Gradle commit
Upgraded Gradle. Updated all internal dependencies.
1 parent 48c5c5f commit f2aafd0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ android {
1010
minSdkVersion 21
1111
targetSdkVersion 31
1212
multiDexEnabled true
13-
versionCode 18
13+
versionCode 19
1414
vectorDrawables.useSupportLibrary = true
15-
versionName "1.2.7"
15+
versionName "1.2.8"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}
1818

@@ -46,9 +46,9 @@ dependencies {
4646
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
4747
implementation 'androidx.cardview:cardview:1.0.0'
4848
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
49-
implementation 'androidx.appcompat:appcompat:1.3.1'
50-
implementation 'androidx.core:core-ktx:1.6.0'
51-
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
49+
implementation 'androidx.appcompat:appcompat:1.4.0'
50+
implementation 'androidx.core:core-ktx:1.7.0'
51+
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
5252
testImplementation 'junit:junit:4.13.2'
5353
androidTestImplementation 'androidx.test:runner:1.4.0'
5454
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.3"

build.gradle

+2-2
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.5.31'
4+
ext.kotlin_version = '1.6.0'
55
repositories {
66
google()
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.0.2'
10+
classpath 'com.android.tools.build:gradle:7.0.3'
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)