@@ -6,11 +6,11 @@ plugins {
6
6
7
7
android {
8
8
namespace ' com.lorenzofelletti.permissions'
9
- compileSdk 33
9
+ compileSdk 34
10
10
11
11
defaultConfig {
12
12
minSdk 21
13
- targetSdk 33
13
+ targetSdk 34
14
14
15
15
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16
16
consumerProguardFiles " consumer-rules.pro"
@@ -40,16 +40,16 @@ android {
40
40
41
41
dependencies {
42
42
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'
46
46
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 '
49
49
50
50
testImplementation ' org.mockito:mockito-core:2.23.0'
51
51
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 "
53
53
54
54
testImplementation ' com.google.truth:truth:1.1.3'
55
55
}
@@ -59,7 +59,7 @@ publishing {
59
59
release(MavenPublication ) {
60
60
groupId ' com.github.lorenzofelletti'
61
61
artifactId ' permissions'
62
- version ' 0.3 .1'
62
+ version ' 0.5 .1'
63
63
64
64
afterEvaluate {
65
65
from components. release
0 commit comments