update gradle and manifest

This commit is contained in:
DF1E 2014-08-14 11:57:19 +02:00
parent ed285afadb
commit 28353fea8f
5 changed files with 14 additions and 8 deletions

1
.gitignore vendored
View File

@ -34,4 +34,5 @@ proguard/
/local.properties /local.properties
/.idea/workspace.xml /.idea/workspace.xml
.DS_Store .DS_Store
/build
/Turbo Editor/build/ /Turbo Editor/build/

View File

@ -3,9 +3,10 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:0.6.+' classpath 'com.android.tools.build:gradle:0.12.+'
} }
} }
apply plugin: 'android' apply plugin: 'android'
repositories { repositories {
@ -13,11 +14,15 @@ repositories {
} }
android { android {
compileSdkVersion 18 compileSdkVersion 19
buildToolsVersion "18.1.0" buildToolsVersion "19.1"
defaultConfig { defaultConfig {
minSdkVersion 15 minSdkVersion 16
}
lintOptions {
abortOnError false
} }
} }

View File

@ -25,8 +25,8 @@
android:installLocation="auto"> android:installLocation="auto">
<uses-sdk <uses-sdk
android:minSdkVersion="15" android:minSdkVersion="16"
android:targetSdkVersion="18" /> android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<view xmlns:android="http://schemas.oiandroid.com/apk/res/android" <view xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
class="it.gmariotti.changelibs.library.view.ChangeLogListView" class="it.gmariotti.changelibs.library.view.ChangeLogListView"

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-all.zip distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-all.zip