We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb24b5 commit 73d2477Copy full SHA for 73d2477
VirtualApp/app/src/main/AndroidManifest.xml
@@ -18,7 +18,8 @@
18
19
<meta-data
20
android:name="android.max_aspect"
21
- android:value="2.3" />
+ android:value="2.3"
22
+ tools:replace="android:value" />
23
24
25
android:name="android.support.VERSION"
VirtualApp/lib/build.gradle
@@ -39,8 +39,8 @@ android {
39
40
dependencies {
41
implementation fileTree(include: ['*.jar'], dir: 'libs')
42
- api "me.weishu.exposed:exposed-core:0.3.5"
43
- implementation "me.weishu:free_reflection:2.0.0"
+ api "me.weishu.exposed:exposed-core:0.7.7-c"
+ implementation "me.weishu:free_reflection:2.1.0"
44
}
45
46
repositories {
0 commit comments