|
|
@ -1,13 +1,13 @@
|
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
|
|
|
|
|
|
|
android {
|
|
|
|
android {
|
|
|
|
compileSdkVersion 22
|
|
|
|
compileSdkVersion 23
|
|
|
|
buildToolsVersion "21.1.2"
|
|
|
|
buildToolsVersion "21.1.2"
|
|
|
|
|
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
defaultConfig {
|
|
|
|
applicationId "org.isoron.uhabits"
|
|
|
|
applicationId "org.isoron.uhabits"
|
|
|
|
minSdkVersion 15
|
|
|
|
minSdkVersion 15
|
|
|
|
targetSdkVersion 22
|
|
|
|
targetSdkVersion 23
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
buildTypes {
|
|
|
|
buildTypes {
|
|
|
@ -19,6 +19,6 @@ android {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
compile 'com.android.support:support-v4:22.0.0'
|
|
|
|
compile 'com.android.support:support-v4:23.1.1'
|
|
|
|
compile files('libs/ActiveAndroid.jar')
|
|
|
|
compile files('libs/ActiveAndroid.jar')
|
|
|
|
}
|
|
|
|
}
|
|
|
|