Skip to content

Commit

Permalink
prepare for release 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Jun 20, 2022
1 parent f779091 commit 8eacf80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId 'site.leos.setter'
minSdk 26
targetSdk 30
versionCode 14
versionName '0.1.13'
versionCode 15
versionName '0.1.14'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
archivesBaseName = "Setter-v$versionName"
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* auto close cookie consent popup on DeepL
* other bug fixed and improvement

0 comments on commit 8eacf80

Please sign in to comment.