Skip to content

Commit 9b129a8

Browse files
committed
before rebase using nativescript-plugin-seed
1 parent faefff6 commit 9b129a8

File tree

187 files changed

+7521
-2737
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+7521
-2737
lines changed

com.squareup.okhttp3.d.ts

Lines changed: 2918 additions & 2460 deletions
Large diffs are not rendered by default.

demo.bak/README.md

Lines changed: 27 additions & 0 deletions
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
// Add your native dependencies here:
2+
3+
// Uncomment to add recyclerview-v7 dependency
4+
//dependencies {
5+
// implementation 'com.android.support:recyclerview-v7:+'
6+
//}
7+
8+
// If you want to add something to be applied before applying plugins' include.gradle files
9+
// e.g. project.ext.googlePlayServicesVersion = "15.0.1"
10+
// create a file named before-plugins.gradle in the current directory and place it there
11+
12+
android {
13+
defaultConfig {
14+
generatedDensities = []
15+
}
16+
aaptOptions {
17+
additionalParameters "--no-version-vectors"
18+
}
19+
}
6.8 KB
3.23 KB

0 commit comments

Comments
 (0)