atom
This commit is contained in:
12
.idea/compiler.xml
generated
12
.idea/compiler.xml
generated
@@ -20,13 +20,13 @@
|
||||
<bytecodeTargetLevel target="1.7">
|
||||
<module name="arouter_annotation" target="1.7" />
|
||||
<module name="arouter_compiler" target="1.7" />
|
||||
<module name="fuzhu.app" target="1.8" />
|
||||
<module name="fuzhu.arouter_api" target="1.8" />
|
||||
<module name="fuzhu.common" target="1.8" />
|
||||
<module name="fuzhu.app" target="11" />
|
||||
<module name="fuzhu.arouter_api" target="11" />
|
||||
<module name="fuzhu.common" target="11" />
|
||||
<module name="fuzhu.network" target="1.8" />
|
||||
<module name="fuzhu.order" target="1.8" />
|
||||
<module name="fuzhu.personal" target="1.8" />
|
||||
<module name="fuzhu.wechat" target="1.8" />
|
||||
<module name="fuzhu.order" target="11" />
|
||||
<module name="fuzhu.personal" target="11" />
|
||||
<module name="fuzhu.wechat" target="11" />
|
||||
<module name="New_Modular_CustomARouter.app" target="1.8" />
|
||||
<module name="New_Modular_CustomARouter.arouter_api" target="1.8" />
|
||||
<module name="New_Modular_CustomARouter.common" target="1.8" />
|
||||
|
||||
4
.idea/gradle.xml
generated
4
.idea/gradle.xml
generated
@@ -5,11 +5,9 @@
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
<option name="testRunner" value="GRADLE" />
|
||||
<option name="disableWrapperSourceDistributionNotification" value="true" />
|
||||
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="gradleHome" value="$USER_HOME$/.gradle/wrapper/dists/gradle-6.1.1-all/cfmwm155h49vnt3hynmlrsdst/gradle-6.1.1" />
|
||||
<option name="gradleJvm" value="1.8" />
|
||||
<option name="gradleJvm" value="11" />
|
||||
<option name="modules">
|
||||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
|
||||
1
.idea/misc.xml
generated
1
.idea/misc.xml
generated
@@ -12,6 +12,7 @@
|
||||
<entry key="..\:/fuzhu/app/src/main/res/layout/activity_main.xml" value="0.35280797101449274" />
|
||||
<entry key="..\:/fuzhu/app/src/main/res/layout/activity_rec_follow.xml" value="0.35885416666666664" />
|
||||
<entry key="..\:/fuzhu/app/src/main/res/layout/activity_setting.xml" value="0.35885416666666664" />
|
||||
<entry key="..\:/fuzhu/app/src/main/res/layout/douyindevice_dialog.xml" value="0.35885416666666664" />
|
||||
<entry key="..\:/fuzhu/wechat/src/main/res/drawable/btn_style.xml" value="0.36923076923076925" />
|
||||
<entry key="..\:/fuzhu/wechat/src/main/res/drawable/mybutton.xml" value="0.36923076923076925" />
|
||||
<entry key="..\:/fuzhu/wechat/src/main/res/layout/activity_we_chat_channel.xml" value="0.17451874366767983" />
|
||||
|
||||
@@ -520,17 +520,17 @@
|
||||
android:layout_centerHorizontal="true"
|
||||
android:background="@mipmap/icon_setting"
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/btn_bottom_04"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="14dp"
|
||||
android:text="系统设置"
|
||||
android:textColor="#ffffffff"
|
||||
android:layout_below="@+id/icon_bottom_pic4"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="5dp"
|
||||
android:layout_below="@+id/icon_bottom_pic4"
|
||||
android:textSize="10sp"
|
||||
/>
|
||||
android:text="系统设置"
|
||||
android:textColor="#ffffffff"
|
||||
android:textSize="10sp" />
|
||||
</RelativeLayout>
|
||||
<RelativeLayout
|
||||
android:id="@+id/rl_bottom_03"
|
||||
|
||||
@@ -12,8 +12,8 @@ ext {
|
||||
applicationId : "com.fisherbone.fuzhu",
|
||||
minSdkVersion : 24,
|
||||
targetSdkVersion : 29,
|
||||
versionCode : 181,
|
||||
versionName : "1.8.1",
|
||||
versionCode : 182,
|
||||
versionName : "1.8.2",
|
||||
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner"
|
||||
]
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
com/xiangxue/arouter_compiler/utils/ProcessorConfig.java
|
||||
com.xiangxue.arouter_compiler.utils.ProcessorConfig
|
||||
com/xiangxue/arouter_compiler/ARouterProcessor.java
|
||||
com.xiangxue.arouter_compiler.ARouterProcessor
|
||||
com/xiangxue/arouter_compiler/ParameterProcessor.java
|
||||
com.xiangxue.arouter_compiler.ParameterProcessor
|
||||
com/xiangxue/arouter_compiler/utils/ProcessorUtils.java
|
||||
com.xiangxue.arouter_compiler.utils.ProcessorUtils
|
||||
com/xiangxue/arouter_compiler/ParameterFactory.java
|
||||
com.xiangxue.arouter_compiler.ParameterFactory
|
||||
com.xiangxue.arouter_compiler.ParameterFactory$1
|
||||
com.xiangxue.arouter_compiler.ParameterFactory$Builder
|
||||
Reference in New Issue
Block a user