@@ -3,17 +3,17 @@ apply plugin: 'kotlin-android'
3
3
apply plugin : ' kotlin-android-extensions'
4
4
5
5
android {
6
- compileSdkVersion 30
6
+ compileSdkVersion 29
7
7
8
- buildToolsVersion " 30 .0.1 "
8
+ buildToolsVersion " 29 .0.3 "
9
9
defaultConfig {
10
10
applicationId " com.bharathvishal.textfilegeneratorbenchmark"
11
11
minSdkVersion 21
12
- targetSdkVersion 30
12
+ targetSdkVersion 29
13
13
multiDexEnabled true
14
- versionCode 1
14
+ versionCode 4
15
15
vectorDrawables. useSupportLibrary = true
16
- versionName " 1.0 "
16
+ versionName " 1.1 "
17
17
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
18
18
}
19
19
@@ -35,17 +35,17 @@ android {
35
35
dependencies {
36
36
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
37
37
implementation " org.jetbrains.anko:anko-commons:0.10.4"
38
- implementation ' com.google.android.material:material:1.3.0-alpha01 '
38
+ implementation ' com.google.android.material:material:1.3.0-alpha02 '
39
39
implementation ' com.github.bumptech.glide:glide:4.11.0'
40
40
annotationProcessor ' com.github.bumptech.glide:compiler:4.11.0'
41
41
implementation ' androidx.cardview:cardview:1.0.0'
42
42
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
43
- implementation ' androidx.appcompat:appcompat:1.1 .0'
43
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
44
44
implementation ' androidx.core:core-ktx:1.3.1'
45
- implementation ' androidx.constraintlayout:constraintlayout:1.1.3 '
45
+ implementation ' androidx.constraintlayout:constraintlayout:2.0.1 '
46
46
testImplementation ' junit:junit:4.13'
47
- androidTestImplementation ' androidx.test:runner:1.2 .0'
48
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5 '
47
+ androidTestImplementation ' androidx.test:runner:1.3 .0'
48
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7 '
49
49
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.5"
50
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2 .0'
50
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3 .0'
51
51
}
0 commit comments