Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.js
*.js.map
*.log
*.tgz
src/*.d.ts
!src/index.d.ts
!src/references.d.ts
Expand Down
8 changes: 6 additions & 2 deletions demo-ng/app/App_Resources/Android/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@
// compile 'com.android.support:recyclerview-v7:+'
//}

android {
defaultConfig {
android {compileSdkVersion 30
buildToolsVersion "30.0.2"
ndkVersion "22.1.7171670"
defaultConfig {
minSdkVersion 23
targetSdkVersion 30
generatedDensities = []
applicationId = "org.nativescript.demong"
}
Expand Down
14 changes: 14 additions & 0 deletions demo/.migration_backup/_backup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "migration",
"paths": [
"package.json",
"package-lock.json",
"karma.conf.js",
"nsconfig.json",
"app/package.json",
"package.json",
"karma.conf.js",
"nsconfig.json",
"app/package.json"
]
}
File renamed without changes.
File renamed without changes.
Loading