Skip to content

Commit 8a0c2b9

Browse files
committed
update libs
1 parent dc5b29c commit 8a0c2b9

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ dependencies {
139139
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.8"
140140

141141
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
142-
implementation 'androidx.appcompat:appcompat:1.1.0'
143-
implementation 'androidx.core:core-ktx:1.3.0'
142+
implementation 'androidx.appcompat:appcompat:1.2.0'
143+
implementation 'androidx.core:core-ktx:1.3.1'
144144
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
145145
implementation 'com.android.support:recyclerview-v7:29.0.0'
146146
implementation 'androidx.room:room-runtime:2.2.5'
147147
implementation 'androidx.room:room-ktx:2.2.5'
148-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7'
148+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8'
149149
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.6'
150-
implementation 'com.google.android.material:material:1.1.0'
150+
implementation 'com.google.android.material:material:1.2.0'
151151
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
152152
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.2.0'
153153
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
@@ -161,10 +161,10 @@ dependencies {
161161
testImplementation 'org.mockito:mockito-junit-jupiter:3.3.3'
162162
testImplementation "com.nhaarman:mockito-kotlin:1.6.0"
163163
testImplementation 'androidx.room:room-testing:2.2.5'
164-
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.6"
164+
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.8"
165165
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
166166
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
167-
androidTestImplementation 'androidx.test:rules:1.3.0-rc01'
167+
androidTestImplementation 'androidx.test:rules:1.3.0-rc03'
168168
}
169169

170170
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {

assets/test.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Money tests
2+
===========
3+
https://developer.android.com/studio/test/monkey
4+
5+
- activate Screen Pinning in settings>security>screen pinning
6+
- adb shell monkey -p ch.pete.appconfigapp -v 10000

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.6.3'
10+
classpath 'com.android.tools.build:gradle:3.6.4'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
1313
classpath 'com.google.gms:google-services:4.3.3'

0 commit comments

Comments
 (0)