Skip to content

Commit 6c1745d

Browse files
committed
1 parent 323f651 commit 6c1745d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
3232
exclude group: 'com.android.support', module: 'support-annotations'
3333
})
34-
implementation 'androidx.appcompat:appcompat:1.0.0'
34+
implementation 'androidx.appcompat:appcompat:1.2.0'
3535
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
3636
testImplementation 'junit:junit:4.12'
3737
implementation project(':rave_android')

rave_android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
3838
exclude group: 'com.android.support', module: 'support-annotations'
3939
})
40-
implementation 'androidx.appcompat:appcompat:1.0.0'
40+
implementation 'androidx.appcompat:appcompat:1.2.0'
4141
implementation 'com.google.android.material:material:1.0.0'
4242
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
4343
implementation 'com.squareup.picasso:picasso:2.71828'

rave_presentation/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
implementation 'com.squareup.okhttp3:logging-interceptor:3.9.1'
5252
implementation 'com.squareup.retrofit2:converter-scalars:2.1.0'
5353

54-
implementation 'androidx.appcompat:appcompat:1.0.0'
54+
implementation 'androidx.appcompat:appcompat:1.2.0'
5555
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
5656
testImplementation 'junit:junit:4.12'
5757
androidTestImplementation 'androidx.test.ext:junit:1.1.1'

rave_utils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
dependencies {
2929
implementation fileTree(dir: 'libs', include: ['*.jar'])
3030

31-
implementation 'androidx.appcompat:appcompat:1.1.0'
31+
implementation 'androidx.appcompat:appcompat:1.2.0'
3232
testImplementation 'junit:junit:4.12'
3333
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
3434
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

0 commit comments

Comments
 (0)