Skip to content

Commit aaf53a3

Browse files
author
xausky
committed
添加编译属性
1 parent ef67f93 commit aaf53a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
*.iml
22
.gradle
33
/local.properties
4-
/gradle.properties
54
/.idea/
65
.DS_Store
76
build/
87
/captures
98
.externalNativeBuild
10-
/app/fabric.properties
119
.vscode

gradle.properties

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
android.enableJetifier=true
2+
android.useAndroidX=true

0 commit comments

Comments
 (0)