Skip to content

Commit

Permalink
for jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
shota-saito committed Sep 16, 2016
1 parent 44276cc commit 9d650d9
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 @@ -6,7 +6,7 @@ android {

defaultConfig {
applicationId "jp.shts.android.abtestview.sample"
minSdkVersion 15
minSdkVersion 10
targetSdkVersion 24
versionCode 1
versionName "1.0"
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
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: 2 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 24
buildToolsVersion "24.0.1"

defaultConfig {
minSdkVersion 15
minSdkVersion 10
targetSdkVersion 24
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 9d650d9

Please sign in to comment.