diff --git a/app/build.gradle b/app/build.gradle index 632db965..4e01539f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,8 +27,8 @@ android { applicationId "org.pixeldroid.app" minSdkVersion 23 targetSdkVersion 30 - versionCode 2 - versionName "1.0.beta2" + versionCode 3 + versionName "1.0.beta3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunnerArguments clearPackageData: 'true' @@ -252,4 +252,4 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['connectedStagingAndroidTe 'jacoco/testStagingUnitTest.exec' ])) -} \ No newline at end of file +} diff --git a/fastlane/metadata/android/en-US/changelogs/3.txt b/fastlane/metadata/android/en-US/changelogs/3.txt new file mode 100644 index 00000000..715ba76a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/3.txt @@ -0,0 +1,7 @@ +* Add language (Malayalam) + +* Bug fix for some bad API responses + +* Update dependencies + +* Update translations \ No newline at end of file