Skip to content

Commit 4f5a7d4

Browse files
author
tiann
committed
[Exposed-core] fix classloader patch bug in 0.4.6
1 parent f94b61c commit 4f5a7d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VirtualApp/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "io.va.exposed"
99
minSdkVersion 15
1010
targetSdkVersion 22
11-
versionCode 44
12-
versionName "0.4.4"
11+
versionCode 47
12+
versionName "0.4.7"
1313
multiDexEnabled true
1414
android {
1515
defaultConfig {

VirtualApp/lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
dependencies {
4141
compile fileTree(include: ['*.jar'], dir: 'libs')
4242
// compile 'com.github.android-hacker:exposed:0.3.6'
43-
compile 'me.weishu.exposed:exposed-core:0.4.4'
43+
compile 'me.weishu.exposed:exposed-core:0.4.7'
4444
}
4545

4646
repositories {

0 commit comments

Comments
 (0)