Skip to content

Commit 48255ed

Browse files
Merge pull request #3 from lorenzofelletti/chore/deps
chore: dependencies upgrade
2 parents c34ef37 + 838e20f commit 48255ed

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

permissions/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ plugins {
66

77
android {
88
namespace 'com.lorenzofelletti.permissions'
9-
compileSdk 33
9+
compileSdk 34
1010

1111
defaultConfig {
1212
minSdk 21
13-
targetSdk 33
13+
targetSdk 34
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
consumerProguardFiles "consumer-rules.pro"
@@ -40,16 +40,16 @@ android {
4040

4141
dependencies {
4242

43-
implementation 'androidx.core:core-ktx:1.9.0'
44-
implementation 'androidx.appcompat:appcompat:1.5.1'
45-
implementation 'com.google.android.material:material:1.7.0'
43+
implementation 'androidx.core:core-ktx:1.13.1'
44+
implementation 'androidx.appcompat:appcompat:1.7.0'
45+
implementation 'com.google.android.material:material:1.12.0'
4646
testImplementation 'junit:junit:4.13.2'
47-
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
48-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
47+
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
48+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
4949

5050
testImplementation 'org.mockito:mockito-core:2.23.0'
5151
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
52-
testImplementation "androidx.test:core:1.5.0"
52+
testImplementation "androidx.test:core:1.6.1"
5353

5454
testImplementation 'com.google.truth:truth:1.1.3'
5555
}
@@ -59,7 +59,7 @@ publishing {
5959
release(MavenPublication) {
6060
groupId 'com.github.lorenzofelletti'
6161
artifactId 'permissions'
62-
version '0.3.1'
62+
version '0.5.1'
6363

6464
afterEvaluate {
6565
from components.release

0 commit comments

Comments
 (0)