@@ -5,13 +5,13 @@ apply plugin: 'com.github.dcendents.android-maven'
5
5
group= ' com.github.talkable'
6
6
7
7
android {
8
- compileSdkVersion 31
8
+ compileSdkVersion 33
9
9
10
10
defaultConfig {
11
11
minSdkVersion 16
12
- targetSdkVersion 31
13
- versionCode 41
14
- versionName " 0.5.12 "
12
+ targetSdkVersion 33
13
+ versionCode 42
14
+ versionName " 0.5.13 "
15
15
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
16
16
}
17
17
buildTypes {
@@ -37,7 +37,7 @@ repositories {
37
37
dependencies {
38
38
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
39
39
40
- testImplementation ' junit:junit:4.12 '
40
+ testImplementation ' junit:junit:4.13.2 '
41
41
42
42
testImplementation ' org.mockito:mockito-core:1.10.19'
43
43
testImplementation(' org.powermock:powermock-api-mockito:1.6.6' ) {
@@ -49,14 +49,14 @@ dependencies {
49
49
exclude module : ' objenesis'
50
50
}
51
51
52
- androidTestImplementation ' androidx.annotation:annotation:1.0.0 '
53
- androidTestImplementation ' androidx.test.ext:junit:1.1 .1'
54
- androidTestImplementation ' androidx.test:rules:1.1 .1'
52
+ androidTestImplementation ' androidx.annotation:annotation:1.8.2 '
53
+ androidTestImplementation ' androidx.test.ext:junit:1.2 .1'
54
+ androidTestImplementation ' androidx.test:rules:1.6 .1'
55
55
56
- implementation ' androidx.annotation:annotation:1.0.0 '
56
+ implementation ' androidx.annotation:annotation:1.8.2 '
57
57
implementation ' com.squareup.okhttp3:okhttp:3.2.0' // update to a new version when https://github.com/square/okhttp/issues/3928 will be fixed
58
58
implementation ' com.squareup.okhttp3:logging-interceptor:3.2.0'
59
- implementation ' com.facebook.android:facebook-android-sdk:14.1.1 '
59
+ implementation ' com.facebook.android:facebook-android-sdk:15.2.0 '
60
60
implementation ' com.google.code.gson:gson:2.8.+'
61
61
implementation ' androidx.legacy:legacy-support-v4:1.0.0'
62
62
}
0 commit comments