Skip to content

Commit

Permalink
Set version to 1.0.11 (11).
Browse files Browse the repository at this point in the history
Also updated Android components.
  • Loading branch information
noamtamim committed Aug 31, 2016
1 parent 1a07fb4 commit 49558fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion "24.0.0"
buildToolsVersion "24.0.2"

defaultConfig {
applicationId "com.kaltura.kalturadeviceinfo"
minSdkVersion 16
targetSdkVersion 24
versionCode 10
versionName "1.0.10"
versionCode 11
versionName "1.0.11"
}
signingConfigs {

Expand All @@ -32,6 +32,6 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.android.support:design:24.0.0'
compile 'com.android.support:appcompat-v7:24.2.0'
compile 'com.android.support:design:24.2.0'
}

0 comments on commit 49558fa

Please sign in to comment.