begin gradle support for auto play upload
|
@ -51,6 +51,10 @@ for verbose logging:
|
|||
adb shell setprop log.tag.FA VERBOSE
|
||||
```
|
||||
|
||||
## Publishing to google play
|
||||
|
||||
(Only supported if you are a core developer that needs to do releases)
|
||||
|
||||
# Credits
|
||||
|
||||
This project is the work of volunteers:
|
||||
|
|
|
@ -3,6 +3,8 @@ apply plugin: 'kotlin-android'
|
|||
apply plugin: 'kotlin-android-extensions'
|
||||
apply plugin: 'kotlinx-serialization'
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
apply plugin: 'com.github.triplet.play'
|
||||
// apply plugin: "app.brant.amazonappstorepublisher"
|
||||
|
||||
// Apply the Crashlytics Gradle plugin
|
||||
apply plugin: 'com.google.firebase.crashlytics'
|
||||
|
@ -11,14 +13,23 @@ apply plugin: 'com.google.firebase.crashlytics'
|
|||
apply plugin: 'com.google.protobuf'
|
||||
|
||||
android {
|
||||
/*
|
||||
signingConfigs {
|
||||
release {
|
||||
storeFile "$meshtasticKeystoreFile"
|
||||
keyAlias 'upload'
|
||||
storePassword "$meshtasticKeystorePassword"
|
||||
keyPassword "$meshtasticKeyPassword"
|
||||
}
|
||||
} */
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.3"
|
||||
defaultConfig {
|
||||
applicationId "com.geeksville.mesh"
|
||||
minSdkVersion 21 // The oldest emulator image I have tried is 22 (though 21 probably works)
|
||||
targetSdkVersion 29
|
||||
versionCode 10802 // format is Mmmss (where M is 1+the numeric major number
|
||||
versionName "0.8.02"
|
||||
versionCode 10803 // format is Mmmss (where M is 1+the numeric major number
|
||||
versionName "0.8.03"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -65,6 +76,12 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
play {
|
||||
// configure per https://github.com/Triple-T/gradle-play-publisher#authenticating-gradle-play-publisher
|
||||
track = 'internal'
|
||||
defaultToAppBundles = true
|
||||
serviceAccountCredentials = file("../../play-credentials.json")
|
||||
}
|
||||
|
||||
androidExtensions {
|
||||
experimental = true
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kevinh@geeksville.com
|
|
@ -0,0 +1 @@
|
|||
http://www.meshtastic.org
|
|
@ -0,0 +1 @@
|
|||
en-US
|
|
@ -0,0 +1,3 @@
|
|||
This is a beta release of the meshtastic.org project. We'd love you to try it and tell us what you think. You'll need to buy an inexpensive ($30ish) radio from a variety of vendors to use this application, see our website for details. We don't make these devices.
|
||||
|
||||
***Please*** if you encounter problems or have questions: post on our forum at meshtastic.discourse.group and we'll work together to fix them (we are volunteer hobbyists). We would really appreciate good Google reviews if you think this is a good project.
|
Po Szerokość: | Wysokość: | Rozmiar: 67 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 23 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 81 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 82 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 1.1 MiB |
Po Szerokość: | Wysokość: | Rozmiar: 86 KiB |
Po Szerokość: | Wysokość: | Rozmiar: 152 KiB |
|
@ -0,0 +1 @@
|
|||
An inexpensive open-source GPS mesh radio for hiking, skiing, flying, marching.
|
|
@ -0,0 +1 @@
|
|||
Meshtastic
|
|
@ -0,0 +1 @@
|
|||
https://www.youtube.com/watch?v=TY6m6fS8bxU
|
|
@ -0,0 +1 @@
|
|||
Lots of improvements - see meshtastic.discourse.group
|
|
@ -0,0 +1 @@
|
|||
Lots of improvements - see meshtastic.discourse.group
|
|
@ -0,0 +1 @@
|
|||
An internal build
|
|
@ -0,0 +1 @@
|
|||
Lots of improvements - see meshtastic.discourse.group
|