Added missing fastlane descriptions

pull/30/head
Arty Bishop 2020-03-10 01:13:45 +00:00
rodzic b759839e30
commit cd30ff5343
4 zmienionych plików z 13 dodań i 3 usunięć

Wyświetl plik

@ -30,8 +30,8 @@ android {
applicationId "com.rtbishop.look4sat"
minSdkVersion 21
targetSdkVersion 29
versionCode 7
versionName '1.3.0'
versionCode 8
versionName '1.3.1'
}
buildTypes {
release {

Wyświetl plik

@ -27,7 +27,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.70"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.2.1"
}
}

Wyświetl plik

@ -0,0 +1,9 @@
Amateur radio and weather satellite tracker and passes predictor for Android
Main features:
Calculating satellite passes for up to one week (168 hours)
Calculating passes for the current or manually entered location
Showing the list of currently active and upcoming satellite passes
Showing the active pass progress, polar trajectory and transceivers info
Showing the satellite positional data, footprint and ground track on a map
Offline first: passes predictions are made offline. Weekly updates of TLEs and transceivers DB are recommended.

Wyświetl plik

@ -0,0 +1 @@
Satellite tracker and passes predictor