Skip to content

Commit 73d2477

Browse files
author
tiann
committed
update dependencies
1 parent ebb24b5 commit 73d2477

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

VirtualApp/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
<meta-data
2020
android:name="android.max_aspect"
21-
android:value="2.3" />
21+
android:value="2.3"
22+
tools:replace="android:value" />
2223

2324
<meta-data
2425
android:name="android.support.VERSION"

VirtualApp/lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ android {
3939

4040
dependencies {
4141
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"
42+
api "me.weishu.exposed:exposed-core:0.7.7-c"
43+
implementation "me.weishu:free_reflection:2.1.0"
4444
}
4545

4646
repositories {

0 commit comments

Comments
 (0)