Skip to content

Commit eb651bf

Browse files
committed
v3.20.1
1 parent 44cc479 commit eb651bf

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId 'fr.neamar.kiss'
1919
minSdkVersion 15
2020
targetSdkVersion 33
21-
versionCode 206
22-
versionName "3.20.0"
21+
versionCode 207
22+
versionName "3.20.1"
2323
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2424
}
2525
buildTypes {
@@ -44,13 +44,13 @@ dependencies {
4444
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
4545
androidTestImplementation 'androidx.test:rules:1.5.0'
4646

47-
implementation 'androidx.annotation:annotation:1.6.0'
47+
implementation 'androidx.annotation:annotation:1.7.0'
4848

4949
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
5050
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.2'
5151
testImplementation 'org.hamcrest:hamcrest-library:2.1'
5252

53-
errorprone("com.google.errorprone:error_prone_core:2.15.0")
53+
errorprone("com.google.errorprone:error_prone_core:2.21.0")
5454
}
5555

5656
tasks.withType(JavaCompile).configureEach {
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* Material you tag icons (@marunjar)
2+
* Icon pack improvements (@marunjar)

0 commit comments

Comments
 (0)