Skip to content

Commit

Permalink
chore: update android app
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Dec 24, 2023
1 parent 5a01cb0 commit 9969b0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion androidApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
targetSdk 21
compileSdk 33
versionCode 1
versionName "1.0.2"
versionName "1.0.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ wss.on('connection', ws => {
shellCmd.on('data', data => {
const dataString = data.toString();
if (dataString.includes('debug')) {
console.log(dataString);
const port = dataString.substr(dataString.indexOf(':') + 1, 6).replace(' ', '');
startDebugging(port)
}
Expand Down

0 comments on commit 9969b0c

Please sign in to comment.