Skip to content

Commit

Permalink
上传jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
WVector committed Jun 21, 2017
1 parent bc0579f commit 1b8d051
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/com/vector/appupdatedemo/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public void isHasNewApp(boolean hasNewApp, UpdateAppBean updateApp) {
} else {
Toast.makeText(MainActivity.this, "没有新版本", Toast.LENGTH_SHORT).show();
}

}

@Override
Expand Down Expand Up @@ -83,7 +82,6 @@ public void call(Boolean aBoolean) {
} else {
Toast.makeText(MainActivity.this, "未授权", Toast.LENGTH_SHORT).show();
}

}
});

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.novoda:bintray-release:0.3.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 1b8d051

Please sign in to comment.