diff --git a/.gitignore b/.gitignore index 6a802d86..92f09c2c 100644 --- a/.gitignore +++ b/.gitignore @@ -34,4 +34,6 @@ npm-debug.log* /android/app/src/beta/google-services.json /ios/App/GoogleService-Info.plist /appassets -/android/.idea \ No newline at end of file +/android/.idea +android/.idea/jarRepositories.xml +android/.idea/misc.xml diff --git a/android/app/build.gradle b/android/app/build.gradle index 256b7299..65ea11a4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -8,8 +8,8 @@ android { namespace "in.beaconcha.mobile" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 100 - versionName "4.3.1" + versionCode 101 + versionName "4.3.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/src/app/utils/ThemeUtils.ts b/src/app/utils/ThemeUtils.ts index 2e5d7458..160d5e2f 100644 --- a/src/app/utils/ThemeUtils.ts +++ b/src/app/utils/ThemeUtils.ts @@ -77,7 +77,7 @@ export default class ThemeUtils { this.colorHandler() this.applyColorInitially(++count) }, - count == 0 ? 210 : 15 + count == 0 ? 210 : 25 ) // fade out duration = 200ms }