Skip to content

Commit

Permalink
build gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
greenfrvr committed Dec 29, 2015
1 parent 4377f86 commit 581a6eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions rubber-loader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.2"

defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 3
versionName "1.1.1"
versionCode 4
versionName "1.1.2"
}
buildTypes {
release {
Expand All @@ -20,7 +20,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:appcompat-v7:23.1.1'
testCompile 'junit:junit:4.12'
}

Expand All @@ -37,7 +37,7 @@ ext {
siteUrl = 'https://bintray.com/greenfrvr/maven/rubber-loader'
gitUrl = 'https://github.com/greenfrvr/rubber-loader.git'

libraryVersion = '1.1.1'
libraryVersion = '1.1.2'

developerId = 'greenfrvr'
developerName = 'Artsiom Grintsevich'
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.2"

defaultConfig {
applicationId "com.greenfrvr.rubberloader.sample"
Expand All @@ -37,7 +37,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':rubber-loader')
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.jakewharton:butterknife:7.0.1'
testCompile 'junit:junit:4.12'
compile('com.crashlytics.sdk.android:crashlytics:2.5.2@aar') {
Expand Down

0 comments on commit 581a6eb

Please sign in to comment.