Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #299 from NativeScript/niliev/update
Browse files Browse the repository at this point in the history
fix: Webpack config update + app resources update
  • Loading branch information
NickIliev committed Aug 7, 2018
2 parents 2efb536 + 2a0df89 commit 39acbcd
Show file tree
Hide file tree
Showing 1,394 changed files with 315 additions and 56 deletions.
23 changes: 23 additions & 0 deletions app/App_Resources/Android-Pre-v4/app.gradle
@@ -0,0 +1,23 @@
dependencies {
compile "com.google.android.gms:play-services-base:15.0.1"
}

android {
defaultConfig {
generatedDensities = []
multiDexEnabled true
applicationId = "org.nativescript.examples"
}
aaptOptions {
additionalParameters "--no-version-vectors"
}

project.ext {
googlePlayServicesVersion = "15.0.1"
}

dexOptions {
jumboMode true
javaMaxHeapSize "4g"
}
}

0 comments on commit 39acbcd

Please sign in to comment.