Updated dependencies.

This commit is contained in:
Felix Ableitner 2015-09-11 16:36:26 +02:00
parent 6463559726
commit 485e7bda2f
3 changed files with 6 additions and 5 deletions

View file

@ -11,7 +11,7 @@ buildscript {
}
dependencies {
compile "com.android.support:appcompat-v7:22.2.0"
compile "com.android.support:appcompat-v7:23.0.1"
compile 'com.android.support:multidex:1.0.1'
androidTestCompile "com.android.support:multidex-instrumentation:1.0.1",
{ exclude module: "multidex" }
@ -31,12 +31,12 @@ preBuild.doFirst {
}
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
compileSdkVersion 23
buildToolsVersion "23.0.0"
defaultConfig {
applicationId "com.nutomic.ensichat"
targetSdkVersion 22
targetSdkVersion 23
versionCode 5
versionName "0.1.4"
multiDexEnabled true

View file

@ -12,6 +12,7 @@
<application
android:name="android.support.multidex.MultiDexApplication"
android:allowBackup="true"
android:fullBackupContent="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >

View file

@ -6,7 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.tools.build:gradle:1.3.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.3'
// NOTE: Do not place your application dependencies here; they belong