Skip to content

Commit

Permalink
Bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
italankin committed Jun 4, 2022
1 parent bc7fa47 commit f84de35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.italankin.lnch"
minSdkVersion rootProject.minSdk
targetSdkVersion rootProject.targetSdk
versionCode 10
versionName "1.7.0"
versionCode 11
versionName "1.8.0"

buildConfigField("boolean", "SAMSUNG_ANR_FIX", "false")
}
Expand Down

0 comments on commit f84de35

Please sign in to comment.