Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Aug 16, 2023
1 parent 3c02d91 commit 592dcab
Show file tree
Hide file tree
Showing 4 changed files with 2,819 additions and 9,805 deletions.
4 changes: 2 additions & 2 deletions App_Resources/Android/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
android {
defaultConfig {
minSdkVersion 23
compileSdkVersion = 34
targetSdkVersion = 34
compileSdkVersion 33
targetSdkVersion 33
generatedDensities = []
}
aaptOptions {
Expand Down
4 changes: 2 additions & 2 deletions app/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//@license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3

import VueDevtools from 'nativescript-vue-devtools'
// import VueDevtools from 'nativescript-vue-devtools'
import Vue from 'nativescript-vue'

import Main from '~/components/Main'
Expand All @@ -20,7 +20,7 @@ Vue.use(CanvasSVG);

import store from './store';

Vue.use(VueDevtools, { host: '192.168.42.10' })
// Vue.use(VueDevtools, { host: '192.168.42.10' })
Vue.config.silent = false;

new Vue({
Expand Down
Loading

0 comments on commit 592dcab

Please sign in to comment.