Skip to content

Commit 1318f2a

Browse files
committed
Internal library commit
Updated all internal libraries
1 parent 170c76a commit 1318f2a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ android {
1111
minSdkVersion 21
1212
targetSdkVersion 29
1313
multiDexEnabled true
14-
versionCode 5
14+
versionCode 8
1515
vectorDrawables.useSupportLibrary = true
16-
versionName "1.2"
16+
versionName "1.2.1"
1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
}
1919

@@ -35,14 +35,14 @@ android {
3535
dependencies {
3636
implementation fileTree(dir: 'libs', include: ['*.jar'])
3737
implementation "org.jetbrains.anko:anko-commons:0.10.4"
38-
implementation 'com.google.android.material:material:1.3.0-alpha03'
38+
implementation 'com.google.android.material:material:1.3.0-alpha04'
3939
implementation 'com.github.bumptech.glide:glide:4.11.0'
4040
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
4141
implementation 'androidx.cardview:cardview:1.0.0'
4242
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
4343
implementation 'androidx.appcompat:appcompat:1.2.0'
4444
implementation 'androidx.core:core-ktx:1.3.2'
45-
implementation 'androidx.constraintlayout:constraintlayout:2.0.2'
45+
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
4646
testImplementation 'junit:junit:4.13'
4747
androidTestImplementation 'androidx.test:runner:1.3.0'
4848
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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.4.10'
4+
ext.kotlin_version = '1.4.20'
55
repositories {
66
google()
77
jcenter()
88

99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.1.0'
11+
classpath 'com.android.tools.build:gradle:4.1.1'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files

0 commit comments

Comments
 (0)