@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
3
3
apply plugin : ' kotlin-android-extensions'
4
4
5
5
android {
6
- compileSdkVersion 29
7
- buildToolsVersion " 29 .0.2 "
6
+ compileSdkVersion 31
7
+ buildToolsVersion " 31 .0.0 "
8
8
defaultConfig {
9
9
applicationId " com.github.heyalex.cornerdrawer.example"
10
10
minSdkVersion 16
11
- targetSdkVersion 29
11
+ targetSdkVersion 31
12
12
versionCode 1
13
13
versionName " 1.0"
14
14
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -30,26 +30,25 @@ android {
30
30
31
31
repositories {
32
32
google()
33
- jcenter()
34
-
33
+ mavenCentral()
35
34
}
36
35
}
37
36
38
37
dependencies {
39
38
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
40
39
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
41
- // implementation project(':drawer')
42
- //
43
- implementation ' com.github.heyalex.cornersheet:drawer:v1.0.1'
40
+ implementation project(' :drawer' )
41
+
42
+ // implementation 'com.github.heyalex.cornersheet:drawer:v1.0.1'
44
43
45
- implementation " androidx.fragment:fragment:1.2.0 "
46
- implementation ' com.google.android.material:material:1.1 .0'
47
- implementation ' androidx.appcompat:appcompat:1.1.0 '
48
- implementation ' androidx.core:core-ktx:1.2 .0'
49
- implementation ' com.github.bumptech.glide:glide:4.11 .0'
50
- implementation ' androidx.constraintlayout:constraintlayout:1 .1.3'
44
+ implementation " androidx.fragment:fragment-ktx :1.4.1 "
45
+ implementation ' com.google.android.material:material:1.5 .0'
46
+ implementation ' androidx.appcompat:appcompat:1.4.1 '
47
+ implementation ' androidx.core:core-ktx:1.7 .0'
48
+ implementation ' com.github.bumptech.glide:glide:4.12 .0'
49
+ implementation ' androidx.constraintlayout:constraintlayout:2 .1.3'
51
50
52
- testImplementation ' junit:junit:4.12 '
53
- androidTestImplementation ' androidx.test:runner:1.3.0-alpha03 '
54
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0-alpha03 '
51
+ testImplementation ' junit:junit:4.13.2 '
52
+ androidTestImplementation ' androidx.test:runner:1.4.0 '
53
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0 '
55
54
}
0 commit comments