diff --git a/app/build.gradle b/app/build.gradle index 11bbf69..2716ba8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { vectorDrawables.useSupportLibrary = true minSdkVersion 19 targetSdkVersion 31 - versionName "1.2.1" - versionCode 11 + versionName "1.2.2" + versionCode 12 multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/fastlane/metadata/android/en-US/changelogs/12.txt b/fastlane/metadata/android/en-US/changelogs/12.txt new file mode 100644 index 0000000..3788ac3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/12.txt @@ -0,0 +1 @@ +- Fixed: Commons file description syntax issue \ No newline at end of file