Native rewrite #878

Merged
akinwale merged 65 commits from native-rewrite into master 2020-05-23 08:49:00 +02:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 2604baa221 - Show all commits

1
.gitignore vendored
View file

@ -60,7 +60,6 @@ buck-out/
# Other Files
app/google-services.json
app/src/main/assets/index.android.bundle
*.log
.vagrant
*.hprof

View file

@ -41,7 +41,12 @@ android {
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}
task printVersionName {
doLast {
println android.defaultConfig.versionName
}
}
dependencies {