Skip to content

Commit

Permalink
Bump libraries and set target version to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
dm77 committed Oct 3, 2015
1 parent 5efbf42 commit 0aacffc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
}

ext {
supportLibraryDependency = 'com.android.support:support-v4:21.0.3'
supportLibraryDependency = 'com.android.support:support-v4:23.0.1'
isLibrary = false
}
}
Expand All @@ -30,8 +30,8 @@ subprojects {
ext.pluginContainer = project.getPlugins()
if(ext.pluginContainer.hasPlugin("com.android.application") || ext.pluginContainer.hasPlugin("com.android.library")) {
android {
compileSdkVersion 22
buildToolsVersion '22.0.1'
compileSdkVersion 23
buildToolsVersion '23.0.1'

android {
lintOptions {
Expand All @@ -41,7 +41,7 @@ subprojects {

defaultConfig {
minSdkVersion 9
targetSdkVersion 22
targetSdkVersion 23
versionCode 182
versionName "1.8.2"
}
Expand Down
2 changes: 1 addition & 1 deletion zbar/sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
//compile project(":zbar:zbar")
compile 'me.dm7.barcodescanner:zbar:1.8.2'
compile supportLibraryDependency
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:appcompat-v7:23.0.1'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion zxing/sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
//compile project(":zxing:zxing")
compile 'me.dm7.barcodescanner:zxing:1.8.2'
compile supportLibraryDependency
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:appcompat-v7:23.0.1'
}

android {
Expand Down
2 changes: 1 addition & 1 deletion zxing/zxing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {
dependencies {
//compile project(":core")
compile 'me.dm7.barcodescanner:core:1.8.2'
compile 'com.google.zxing:core:3.2.0'
compile 'com.google.zxing:core:3.2.1'
}

android {
Expand Down

0 comments on commit 0aacffc

Please sign in to comment.