Skip to content

Commit 1363b2b

Browse files
committed
Merge branch 'main' of https://github.com/PatilShreyas/permission-flow-android into 2.0.0-dev
2 parents 5f17698 + 64a51fb commit 1363b2b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
implementation 'androidx.core:core-ktx:1.12.0'
5656
implementation 'androidx.fragment:fragment-ktx:1.6.2'
5757
implementation 'androidx.appcompat:appcompat:1.6.1'
58-
implementation 'com.google.android.material:material:1.6.1'
58+
implementation 'com.google.android.material:material:1.11.0'
5959
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6060

6161
// Jetpack Compose
@@ -78,6 +78,6 @@ dependencies {
7878

7979
// Testing
8080
testImplementation 'junit:junit:4.13.2'
81-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
82-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
81+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
82+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
8383
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildscript {
33
ext {
44
agpVersion = '8.3.0'
5-
mavenPublishVersion = '0.25.3'
5+
mavenPublishVersion = '0.27.0'
66
kotlinVersion = '1.9.22'
77
dokkaVersion = '1.9.10'
88
composeBomVersion = '2024.02.01'

0 commit comments

Comments
 (0)