Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Aug 18, 2019
1 parent ebb24b5 commit 73d2477
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion VirtualApp/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

<meta-data
android:name="android.max_aspect"
android:value="2.3" />
android:value="2.3"
tools:replace="android:value" />

<meta-data
android:name="android.support.VERSION"
Expand Down
4 changes: 2 additions & 2 deletions VirtualApp/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
api "me.weishu.exposed:exposed-core:0.3.5"
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"
}

repositories {
Expand Down

0 comments on commit 73d2477

Please sign in to comment.