diff --git a/app/build.gradle b/app/build.gradle index 7c3f342..9c80578 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/fastlane/metadata/android/en-US/changelogs/15.txt b/fastlane/metadata/android/en-US/changelogs/15.txt new file mode 100644 index 0000000..6a04f5c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15.txt @@ -0,0 +1,2 @@ +* auto close cookie consent popup on DeepL +* other bug fixed and improvement \ No newline at end of file