Skip to content

Commit

Permalink
v3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neamar committed Sep 6, 2023
1 parent 44cc479 commit eb651bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId 'fr.neamar.kiss'
minSdkVersion 15
targetSdkVersion 33
versionCode 206
versionName "3.20.0"
versionCode 207
versionName "3.20.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -44,13 +44,13 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test:rules:1.5.0'

implementation 'androidx.annotation:annotation:1.6.0'
implementation 'androidx.annotation:annotation:1.7.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.4.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.2'
testImplementation 'org.hamcrest:hamcrest-library:2.1'

errorprone("com.google.errorprone:error_prone_core:2.15.0")
errorprone("com.google.errorprone:error_prone_core:2.21.0")
}

tasks.withType(JavaCompile).configureEach {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/207.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Material you tag icons (@marunjar)
* Icon pack improvements (@marunjar)

0 comments on commit eb651bf

Please sign in to comment.