@@ -5,13 +5,13 @@ apply plugin: 'com.github.dcendents.android-maven'
55group= ' com.github.talkable'
66
77android {
8- compileSdkVersion 31
8+ compileSdkVersion 33
99
1010 defaultConfig {
1111 minSdkVersion 16
12- targetSdkVersion 31
13- versionCode 41
14- versionName " 0.5.12 "
12+ targetSdkVersion 33
13+ versionCode 42
14+ versionName " 0.5.13 "
1515 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
1616 }
1717 buildTypes {
@@ -37,7 +37,7 @@ repositories {
3737dependencies {
3838 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
3939
40- testImplementation ' junit:junit:4.12 '
40+ testImplementation ' junit:junit:4.13.2 '
4141
4242 testImplementation ' org.mockito:mockito-core:1.10.19'
4343 testImplementation(' org.powermock:powermock-api-mockito:1.6.6' ) {
@@ -49,14 +49,14 @@ dependencies {
4949 exclude module : ' objenesis'
5050 }
5151
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'
5555
56- implementation ' androidx.annotation:annotation:1.0.0 '
56+ implementation ' androidx.annotation:annotation:1.8.2 '
5757 implementation ' com.squareup.okhttp3:okhttp:3.2.0' // update to a new version when https://github.com/square/okhttp/issues/3928 will be fixed
5858 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 '
6060 implementation ' com.google.code.gson:gson:2.8.+'
6161 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
6262}
0 commit comments