Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
phrogg committed Oct 19, 2019
2 parents 224c915 + 886cf7c commit de5c8d3
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
48 changes: 48 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
#######################
# Android development #
#######################

# Built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# Intellij
*.iml
.idea/workspace.xml
.idea/libraries

# Keystore files
*.jks

# Old content

*.iml
.gradle
/local.properties
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<br>
[![Donate Badge](https://img.shields.io/badge/Donate-Me-green.svg)](https://paypal.me/proggenbuck)

# GetMiToken [ROOT]
# GetMiTokens [ROOT]

With this app you can extract the tokens from the Yeelight app.

Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-GB/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
An App to get the Tokens from the Yeelight app.
Get the Tokens from the Yeelight app.

0 comments on commit de5c8d3

Please sign in to comment.