mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-23 01:48:18 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8f2f7d2fd4 | ||
|
|
99544b527d |
@@ -1,5 +1,8 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
### version 0.7.1
|
||||||
|
* Added the [Buy Me A Coffee](https://www.buymeacoffee.com/adelphes) link to the README
|
||||||
|
|
||||||
### version 0.7.0
|
### version 0.7.0
|
||||||
* Fix logcat not displaying
|
* Fix logcat not displaying
|
||||||
* Fix breakpoints not triggering on Windows
|
* Fix breakpoints not triggering on Windows
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -89,6 +89,16 @@ Add a new task to run the build command:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Powered by coffee
|
||||||
|
|
||||||
|
The Android Developer Extension is a completely free, fully open-source project. If you've found the extension useful, you
|
||||||
|
can support it by [buying me a coffee](https://www.buymeacoffee.com/adelphes).
|
||||||
|
|
||||||
|
If you use ApplePay or Google Pay, you can scan the code with your phone camera:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Every coffee makes a difference, so thanks for adding your support.
|
||||||
|
|
||||||
## Questions / Problems
|
## Questions / Problems
|
||||||
|
|
||||||
|
|||||||
BIN
images/bmac-code.png
Normal file
BIN
images/bmac-code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "android-dev-ext",
|
"name": "android-dev-ext",
|
||||||
"version": "0.7.0",
|
"version": "0.7.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "android-dev-ext",
|
"name": "android-dev-ext",
|
||||||
"displayName": "Android",
|
"displayName": "Android",
|
||||||
"description": "Android debugging support for VS Code",
|
"description": "Android debugging support for VS Code",
|
||||||
"version": "0.7.0",
|
"version": "0.7.1",
|
||||||
"publisher": "adelphes",
|
"publisher": "adelphes",
|
||||||
"preview": true,
|
"preview": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
Reference in New Issue
Block a user