Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
维术 committed Feb 2, 2018
1 parent 92912e0 commit 5839632
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions VirtualApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "io.va.exposed"
minSdkVersion 15
targetSdkVersion 22
versionCode 43
versionName "0.4.3"
versionCode 44
versionName "0.4.4"
multiDexEnabled true
android {
defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion VirtualApp/lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
// compile 'com.github.android-hacker:exposed:0.3.6'
compile 'me.weishu.exposed:exposed-core:0.4.1'
compile 'me.weishu.exposed:exposed-core:0.4.4'

This comment has been minimized.

Copy link
@xiayezhicheng

xiayezhicheng Feb 7, 2018

Failed to resolve: me.weishu.exposed:exposed-core:0.4.4,没有上传到maven仓库吗?我刚刚拉的代码,谢谢指正

This comment has been minimized.

Copy link
@tiann

tiann Feb 7, 2018

Member

用0.3.5即可

}

repositories {
Expand Down

0 comments on commit 5839632

Please sign in to comment.