|
1 | | -def final VERSION_CODE = 34 |
2 | | -def final VERSION_NAME = '1.3.0' |
| 1 | +def final VERSION_CODE = 35 |
| 2 | +def final VERSION_NAME = '1.3.1' |
3 | 3 |
|
4 | 4 | apply plugin: 'com.android.application' |
5 | 5 | apply plugin: 'kotlin-android' |
@@ -29,12 +29,6 @@ android { |
29 | 29 | it.java.srcDirs += "src/$it.name/kotlin" |
30 | 30 | } |
31 | 31 |
|
32 | | - kotlin { |
33 | | - experimental { |
34 | | - coroutines 'enable' |
35 | | - } |
36 | | - } |
37 | | - |
38 | 32 | signingConfigs { |
39 | 33 |
|
40 | 34 | release { |
@@ -89,18 +83,17 @@ android { |
89 | 83 |
|
90 | 84 | dependencies { |
91 | 85 |
|
92 | | - def final SUPPORT_VERSION = '1.0.0' |
93 | 86 | def final ROOM_VERSION = '2.0.0' |
94 | 87 | def final LIFECYCLE_VERSION = '2.0.0' |
95 | 88 | def final LEAK_CANARY_VERSION = '1.6.2' |
96 | 89 | def final ESPRESSO_VERSION = '3.1.0-alpha4' |
97 | | - def final COROUTINES_VERSION = '0.30.2' |
| 90 | + def final COROUTINES_VERSION = '1.0.1' |
98 | 91 |
|
99 | 92 | implementation fileTree(dir: 'libs', include: ['*.jar']) |
100 | 93 |
|
101 | | - implementation "androidx.appcompat:appcompat:$SUPPORT_VERSION" |
102 | | - implementation "androidx.recyclerview:recyclerview:$SUPPORT_VERSION" |
103 | | - implementation "androidx.cardview:cardview:$SUPPORT_VERSION" |
| 94 | + implementation 'androidx.appcompat:appcompat:1.0.2' |
| 95 | + implementation 'androidx.recyclerview:recyclerview:1.0.0' |
| 96 | + implementation 'androidx.cardview:cardview:1.0.0' |
104 | 97 | implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2' |
105 | 98 | implementation 'com.google.android.material:material:1.0.0' |
106 | 99 |
|
@@ -136,10 +129,10 @@ dependencies { |
136 | 129 |
|
137 | 130 | testImplementation "org.jetbrains.kotlin:kotlin-stdlib:$KOTLIN_VERSION" |
138 | 131 | testImplementation "org.jetbrains.kotlin:kotlin-test-junit:$KOTLIN_VERSION" |
139 | | - testImplementation 'io.mockk:mockk:1.8.9' |
| 132 | + testImplementation 'io.mockk:mockk:1.8.12' |
140 | 133 | testImplementation 'junit:junit:4.12' |
141 | 134 |
|
142 | | - androidTestImplementation "androidx.annotation:annotation:$SUPPORT_VERSION" |
| 135 | + androidTestImplementation "androidx.annotation:annotation:1.0.1" |
143 | 136 | androidTestImplementation "androidx.test.espresso:espresso-core:$ESPRESSO_VERSION" |
144 | 137 | androidTestImplementation "androidx.test.espresso:espresso-contrib:$ESPRESSO_VERSION" |
145 | 138 | } |
|
0 commit comments