Skip to content

Commit a2d0aa5

Browse files
committed
Merge branch 'release/1.5.3'
2 parents bcd79b4 + d9c8378 commit a2d0aa5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '7.4.1' apply false
4-
id 'com.android.library' version '7.4.1' apply false
5-
id 'org.jetbrains.kotlin.android' version '1.6.21' apply false
3+
id 'com.android.application' version '7.3.0' apply false
4+
id 'com.android.library' version '7.3.0' apply false
5+
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
66
}
77

88
task clean(type: Delete) {

pam-android-kotlin/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ android {
3838

3939
dependencies {
4040
implementation 'androidx.core:core-ktx:1.9.0'
41-
implementation 'androidx.appcompat:appcompat:1.6.1'
42-
implementation 'com.google.android.material:material:1.8.0'
41+
implementation 'androidx.appcompat:appcompat:1.5.1'
42+
implementation 'com.google.android.material:material:1.6.1'
4343
testImplementation 'junit:junit:4.13.2'
44-
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
45-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
44+
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
45+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
4646
implementation "org.jetbrains.kotlin:kotlin-reflect:1.7.10"
47-
implementation 'com.google.firebase:firebase-messaging-ktx:23.1.2'
47+
implementation 'com.google.firebase:firebase-messaging-ktx:23.1.0'
4848
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'
4949
implementation 'com.google.code.gson:gson:2.9.0'
5050
implementation ('com.github.mrmike:ok2curl:0.7.0'){
@@ -60,5 +60,5 @@ dependencies {
6060
testImplementation('org.threeten:threetenbp:1.4.2') {
6161
exclude group: 'com.jakewharton.threetenabp', module: 'threetenabp'
6262
}
63-
testImplementation "androidx.test:core-ktx:1.5.0"
63+
testImplementation "androidx.test:core-ktx:1.4.0"
6464
}

0 commit comments

Comments
 (0)