diff --git a/.gitignore b/.gitignore index 90157de..4be2052 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.js.map *.log *.esm.json +*.tns.json logs !src/scripts/*.js demo/**/*.js diff --git a/.travis.yml b/.travis.yml index 28e806d..330d429 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ matrix: script: cd demo && npm run build.plugin && npm i && tns build android --bundle --env.uglify --env.snapshot - os: linux env: - - BuildAndroid="26" + - BuildAndroid="28" language: android jdk: oraclejdk8 before_install: nvm install 8.11.4 @@ -70,12 +70,10 @@ matrix: android: components: - - tools - tools - platform-tools - - build-tools-27.0.3 - - android-26 - - android-23 + - build-tools-28.0.2 + - android-28 - extra-android-m2repository - sys-img-armeabi-v7a-android-21 diff --git a/demo/package.json b/demo/package.json index 86db26a..6a65562 100644 --- a/demo/package.json +++ b/demo/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.demo", "tns-android": { - "version": "4.2.0" + "version": "5.0.0" }, "tns-ios": { - "version": "4.2.0" + "version": "5.0.0" } }, "dependencies": { @@ -13,7 +13,7 @@ "nativescript-theme-core": "^1.0.4", "nativescript-toast": "^1.4.6", "nativescript-unit-test-runner": "^0.3.4", - "tns-core-modules": "^4.2.0" + "tns-core-modules": "^5.0.1" }, "devDependencies": { "jasmine-core": "^2.5.2", @@ -22,8 +22,8 @@ "karma-nativescript-launcher": "^0.4.0", "nativescript-css-loader": "~0.26.0", "nativescript-dev-typescript": "~0.7.2", - "nativescript-dev-webpack": "~0.15.1", - "tns-platform-declarations": "^4.2.0", + "nativescript-dev-webpack": "~0.17.0", + "tns-platform-declarations": "^5.0.0", "tslint": "~5.11.0", "typescript": "~2.8.2" }, @@ -31,4 +31,4 @@ "ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**'", "build.plugin": "cd ../src && npm run build" } -} +} \ No newline at end of file diff --git a/src/package.json b/src/package.json index ba7db5d..263a7c7 100644 --- a/src/package.json +++ b/src/package.json @@ -40,12 +40,12 @@ "homepage": "https://github.com/NativeScript/nativescript-geolocation", "readmeFilename": "README.md", "devDependencies": { - "tns-core-modules": "^3.0.0", - "tns-platform-declarations": "^3.0.0", - "typescript": "~2.7.2", + "tns-core-modules": "^5.0.1", + "tns-platform-declarations": "^5.0.0", + "typescript": "~2.8.2", "prompt": "~1.0.0", "rimraf": "~2.6.2", - "tslint": "~5.4.3" + "tslint": "~5.11.0" }, "dependencies": { "nativescript-permissions": "~1.2.3"