Skip to content

Commit

Permalink
chore: bump version to v7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Jan 31, 2024
1 parent db2c578 commit ed2d91e
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 @@ -12,8 +12,8 @@ android {
applicationId "com.bnyro.wallpaper"
minSdk 21
targetSdk 33
versionCode 23
versionName "6.2"
versionCode 24
versionName "7.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -109,4 +109,4 @@ dependencies {

// Desugaring
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'
}
}

0 comments on commit ed2d91e

Please sign in to comment.