diff --git a/app/build.gradle b/app/build.gradle index 344703b..70fa52e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { vectorDrawables.useSupportLibrary = true minSdkVersion 19 targetSdkVersion 31 - versionName "2.0" - versionCode 14 + versionName "2.1" + versionCode 15 multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } 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..7e69d0c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15.txt @@ -0,0 +1,2 @@ +- Fixed: Spell4Wiki app anonymous login issues +- Added: Updated settings and readme files \ No newline at end of file