kopia lustrzana https://github.com/rt-bishop/Look4Sat
Added missing fastlane descriptions
rodzic
b759839e30
commit
cd30ff5343
|
@ -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 {
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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.
|
|
@ -0,0 +1 @@
|
|||
Satellite tracker and passes predictor
|
Ładowanie…
Reference in New Issue