Skip to content

Commit

Permalink
add gradle.properties file
Browse files Browse the repository at this point in the history
  • Loading branch information
aliab committed May 3, 2023
1 parent 2a2b556 commit 3da4815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ com_crashlytics_export_strings.xml
*~
*.swp
import-summary.txt
gradle.properties

# OS-specific files
.DS_Store
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
android.enableJetifier=true
android.useAndroidX=true

0 comments on commit 3da4815

Please sign in to comment.