add Readme

This commit is contained in:
adrienmalin 2018-12-10 00:17:41 +01:00
parent 35f06dc12d
commit 3ed8efb129
5 changed files with 27 additions and 2 deletions

Binary file not shown.

25
README.md Normal file
View 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.

View File

@ -10,7 +10,7 @@ android {
applicationId "adrienmalin.pingpoints"
minSdkVersion 15
targetSdkVersion 28
versionCode 3
versionCode 4
versionName "2.0"
vectorDrawables.useSupportLibrary true
}

Binary file not shown.

View File

@ -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":{}}]