Skip to content

Commit

Permalink
actions: bump androidx.annotation:annotation to 1.7.0 (fixes #2448) (
Browse files Browse the repository at this point in the history
…#2443)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
dependabot[bot] and dogi authored Sep 8, 2023
1 parent 747f629 commit bd28328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 19
targetSdkVersion 33
versionCode 1018
versionName "0.10.18"
versionCode 1019
versionName "0.10.19"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -96,7 +96,7 @@ dependencies {
}
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.recyclerview:recyclerview:1.3.0'
implementation 'androidx.annotation:annotation:1.6.0'
implementation 'androidx.annotation:annotation:1.7.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.exifinterface:exifinterface:1.3.6'
implementation 'com.mikepenz:google-material-typeface:3.0.1.1.original@aar'
Expand Down

0 comments on commit bd28328

Please sign in to comment.