diff --git a/app/build.gradle b/app/build.gradle index e597ae2b..e42dc8ce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,8 +30,8 @@ android { applicationId "com.rtbishop.look4sat" minSdkVersion 21 targetSdkVersion 29 - versionCode 16 - versionName '1.4.6' + versionCode 18 + versionName '1.4.8' } buildTypes { release { diff --git a/fastlane/metadata/android/en-US/changelogs/18.txt b/fastlane/metadata/android/en-US/changelogs/18.txt new file mode 100644 index 00000000..92c56217 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/18.txt @@ -0,0 +1,4 @@ +Switched to software (fusion) rotation sensor +Added magnetic declination calculation for true north +Doppler shift calculation was added by @tekk +Added OpenStreetMaps-based world view, work in progress... \ No newline at end of file