Skip to content

Commit

Permalink
Merge pull request #3 from lorenzofelletti/chore/deps
Browse files Browse the repository at this point in the history
chore: dependencies upgrade
  • Loading branch information
lorenzofelletti authored Jul 15, 2024
2 parents c34ef37 + 838e20f commit 48255ed
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions permissions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ plugins {

android {
namespace 'com.lorenzofelletti.permissions'
compileSdk 33
compileSdk 34

defaultConfig {
minSdk 21
targetSdk 33
targetSdk 34

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -40,16 +40,16 @@ android {

dependencies {

implementation 'androidx.core:core-ktx:1.9.0'
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation 'com.google.android.material:material:1.7.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

testImplementation 'org.mockito:mockito-core:2.23.0'
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
testImplementation "androidx.test:core:1.5.0"
testImplementation "androidx.test:core:1.6.1"

testImplementation 'com.google.truth:truth:1.1.3'
}
Expand All @@ -59,7 +59,7 @@ publishing {
release(MavenPublication) {
groupId 'com.github.lorenzofelletti'
artifactId 'permissions'
version '0.3.1'
version '0.5.1'

afterEvaluate {
from components.release
Expand Down

0 comments on commit 48255ed

Please sign in to comment.