File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 {
3535dependencies {
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'
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.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
You can’t perform that action at this time.
0 commit comments