Skip to content

Commit

Permalink
Merge pull request #25 from JerryMig/migrate_to_using_androidx_libraries
Browse files Browse the repository at this point in the history
Migrates to using AndroidX libraries
  • Loading branch information
onevcat authored Jul 28, 2020
2 parents e68135c + cfd3ae7 commit 45c2688
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
org.gradle.jvmargs=-Xmx**JVM_HEAP_SIZE**M
org.gradle.parallel=true
**ADDITIONAL_PROPERTIES**
android.useAndroidX=true
android.enableJetifier=true

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45c2688

Please sign in to comment.