add Readme
This commit is contained in:
parent
35f06dc12d
commit
3ed8efb129
BIN
.idea/caches/build_file_checksums.ser
generated
BIN
.idea/caches/build_file_checksums.ser
generated
Binary file not shown.
25
README.md
Normal file
25
README.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
# PingPoints
|
||||||
|
|
||||||
|
### English
|
||||||
|
|
||||||
|
Android App to count points on a Tenis Table match
|
||||||
|
|
||||||
|
Get it on [Google Play Store](https://play.google.com/store/apps/details?id=adrienmalin.pingpoints)
|
||||||
|
|
||||||
|
#### Privacy rules
|
||||||
|
|
||||||
|
Audio record permission is only used for Google's speech recognition API.
|
||||||
|
|
||||||
|
You can use this app without it.
|
||||||
|
|
||||||
|
### Français
|
||||||
|
|
||||||
|
Appli Android for compter les points d'un match de tennis de table
|
||||||
|
|
||||||
|
Disponible sur le [Google Play Store](https://play.google.com/store/apps/details?id=adrienmalin.pingpoints)
|
||||||
|
|
||||||
|
#### Règles de confidentialité
|
||||||
|
|
||||||
|
La permission d'enregistrement audio sert uniquement à utiliser l'API Google de reconnaissance vocale.
|
||||||
|
|
||||||
|
Elle n'est pas obligatoire pour utiliser l'application.
|
@ -10,7 +10,7 @@ android {
|
|||||||
applicationId "adrienmalin.pingpoints"
|
applicationId "adrienmalin.pingpoints"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 3
|
versionCode 4
|
||||||
versionName "2.0"
|
versionName "2.0"
|
||||||
vectorDrawables.useSupportLibrary true
|
vectorDrawables.useSupportLibrary true
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
@ -1 +1 @@
|
|||||||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"2.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":4,"versionName":"2.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
Loading…
x
Reference in New Issue
Block a user