Skip to content

Commit

Permalink
publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-voyager committed Nov 6, 2016
1 parent 2030f0c commit a0cea98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion "24.0.0"

defaultConfig {
applicationId "top.wuhaojie.installer"

minSdkVersion 16
targetSdkVersion 24
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.1'

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
3 changes: 3 additions & 0 deletions installerlibrary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.a-voyager'

android {
compileSdkVersion 24
Expand Down

0 comments on commit a0cea98

Please sign in to comment.