diff --git a/Accessibility/FontScale/build.gradle b/Accessibility/FontScale/build.gradle
index a30b60def..0add1e335 100644
--- a/Accessibility/FontScale/build.gradle
+++ b/Accessibility/FontScale/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,7 +13,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Accessibility/FontScale/project.properties b/Accessibility/FontScale/project.properties
index 9b84a6b4b..4ab125693 100644
--- a/Accessibility/FontScale/project.properties
+++ b/Accessibility/FontScale/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-16
+target=android-19
diff --git a/ActionBar/ActionBarDemo/build.gradle b/ActionBar/ActionBarDemo/build.gradle
index d9ddcbfa3..18c187f31 100644
--- a/ActionBar/ActionBarDemo/build.gradle
+++ b/ActionBar/ActionBarDemo/build.gradle
@@ -3,23 +3,22 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/ActionBar/ActionBarDemo/project.properties b/ActionBar/ActionBarDemo/project.properties
index 90e085800..cf52a9f7d 100644
--- a/ActionBar/ActionBarDemo/project.properties
+++ b/ActionBar/ActionBarDemo/project.properties
@@ -1,3 +1,3 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-15
+target=android-19
android.library.reference.1=../../external/ActionBarSherlock
diff --git a/ActionBar/ActionBarDemoNative/build.gradle b/ActionBar/ActionBarDemoNative/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/ActionBar/ActionBarDemoNative/build.gradle
+++ b/ActionBar/ActionBarDemoNative/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/ActionBar/ActionBarDemoNative/project.properties b/ActionBar/ActionBarDemoNative/project.properties
index 7bad1df4c..ba4a6c013 100644
--- a/ActionBar/ActionBarDemoNative/project.properties
+++ b/ActionBar/ActionBarDemoNative/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-15
+target=android-19
diff --git a/ActionBar/ActionBarDemoNative/src/com/commonsware/android/inflation/ActionBarDemoActivity.java b/ActionBar/ActionBarDemoNative/src/com/commonsware/android/inflation/ActionBarDemoActivity.java
index f999f46a9..fc0dca1b1 100644
--- a/ActionBar/ActionBarDemoNative/src/com/commonsware/android/inflation/ActionBarDemoActivity.java
+++ b/ActionBar/ActionBarDemoNative/src/com/commonsware/android/inflation/ActionBarDemoActivity.java
@@ -25,7 +25,6 @@
import android.widget.TextView;
import java.util.ArrayList;
-
public class ActionBarDemoActivity extends ListActivity
implements TextView.OnEditorActionListener {
private static final String[] items= { "lorem", "ipsum", "dolor",
diff --git a/ActionBar/AppCompat/build.gradle b/ActionBar/AppCompat/build.gradle
index eee7910dc..764dcc737 100644
--- a/ActionBar/AppCompat/build.gradle
+++ b/ActionBar/AppCompat/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.android.support:appcompat-v7:19.1.0'
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/ActionBar/ListNav/build.gradle b/ActionBar/ListNav/build.gradle
index c3d76adbf..8ef8fd2d1 100644
--- a/ActionBar/ListNav/build.gradle
+++ b/ActionBar/ListNav/build.gradle
@@ -3,24 +3,23 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/ActionBar/ListNav/project.properties b/ActionBar/ListNav/project.properties
index 68aa5333b..7c5b6ac2d 100644
--- a/ActionBar/ListNav/project.properties
+++ b/ActionBar/ListNav/project.properties
@@ -1,2 +1,2 @@
android.library.reference.1=../../external/ActionBarSherlock
-target=android-15
+target=android-19
diff --git a/ActionBar/ListNavNative/build.gradle b/ActionBar/ListNavNative/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/ActionBar/ListNavNative/build.gradle
+++ b/ActionBar/ListNavNative/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/ActionBar/ListNavNative/project.properties b/ActionBar/ListNavNative/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/ActionBar/ListNavNative/project.properties
+++ b/ActionBar/ListNavNative/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/ActionBar/Overlay/build.gradle b/ActionBar/Overlay/build.gradle
index 8bb2d4b7a..8ef8fd2d1 100644
--- a/ActionBar/Overlay/build.gradle
+++ b/ActionBar/Overlay/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,13 +13,12 @@ repositories {
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
defaultConfig {
diff --git a/ActionBar/Overlay/project.properties b/ActionBar/Overlay/project.properties
index 90e085800..cf52a9f7d 100644
--- a/ActionBar/Overlay/project.properties
+++ b/ActionBar/Overlay/project.properties
@@ -1,3 +1,3 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-15
+target=android-19
android.library.reference.1=../../external/ActionBarSherlock
diff --git a/ActionBar/SearchView/build.gradle b/ActionBar/SearchView/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/ActionBar/SearchView/build.gradle
+++ b/ActionBar/SearchView/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/ActionBar/SearchView/project.properties b/ActionBar/SearchView/project.properties
index 7bad1df4c..ba4a6c013 100644
--- a/ActionBar/SearchView/project.properties
+++ b/ActionBar/SearchView/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-15
+target=android-19
diff --git a/ActionBar/Share/build.gradle b/ActionBar/Share/build.gradle
index c3d76adbf..8ef8fd2d1 100644
--- a/ActionBar/Share/build.gradle
+++ b/ActionBar/Share/build.gradle
@@ -3,24 +3,23 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/ActionBar/Share/project.properties b/ActionBar/Share/project.properties
index 90e085800..cf52a9f7d 100644
--- a/ActionBar/Share/project.properties
+++ b/ActionBar/Share/project.properties
@@ -1,3 +1,3 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-15
+target=android-19
android.library.reference.1=../../external/ActionBarSherlock
diff --git a/ActionBar/ShareNative/build.gradle b/ActionBar/ShareNative/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/ActionBar/ShareNative/build.gradle
+++ b/ActionBar/ShareNative/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/ActionBar/ShareNative/project.properties b/ActionBar/ShareNative/project.properties
index 7bad1df4c..ba4a6c013 100644
--- a/ActionBar/ShareNative/project.properties
+++ b/ActionBar/ShareNative/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-15
+target=android-19
diff --git a/ActionBar/TabFragmentDemo/build.gradle b/ActionBar/TabFragmentDemo/build.gradle
index c3d76adbf..8ef8fd2d1 100644
--- a/ActionBar/TabFragmentDemo/build.gradle
+++ b/ActionBar/TabFragmentDemo/build.gradle
@@ -3,24 +3,23 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/ActionBar/TabFragmentDemo/project.properties b/ActionBar/TabFragmentDemo/project.properties
index 68aa5333b..7c5b6ac2d 100644
--- a/ActionBar/TabFragmentDemo/project.properties
+++ b/ActionBar/TabFragmentDemo/project.properties
@@ -1,2 +1,2 @@
android.library.reference.1=../../external/ActionBarSherlock
-target=android-15
+target=android-19
diff --git a/ActionBar/TabFragmentDemoNative/build.gradle b/ActionBar/TabFragmentDemoNative/build.gradle
index c5a28bd0c..ff39d1e45 100644
--- a/ActionBar/TabFragmentDemoNative/build.gradle
+++ b/ActionBar/TabFragmentDemoNative/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/ActionBar/TabFragmentDemoNative/project.properties b/ActionBar/TabFragmentDemoNative/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/ActionBar/TabFragmentDemoNative/project.properties
+++ b/ActionBar/TabFragmentDemoNative/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/ActionMode/ActionModeMC/build.gradle b/ActionMode/ActionModeMC/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/ActionMode/ActionModeMC/build.gradle
+++ b/ActionMode/ActionModeMC/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/ActionMode/ActionModeMC/project.properties b/ActionMode/ActionModeMC/project.properties
index 5f89edf7b..ef0f6ec75 100644
--- a/ActionMode/ActionModeMC/project.properties
+++ b/ActionMode/ActionModeMC/project.properties
@@ -8,5 +8,5 @@
# project structure.
# Project target.
-target=android-14
+target=android-19
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
diff --git a/ActionMode/LongPress/build.gradle b/ActionMode/LongPress/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/ActionMode/LongPress/build.gradle
+++ b/ActionMode/LongPress/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/ActionMode/LongPress/project.properties b/ActionMode/LongPress/project.properties
index 5f89edf7b..ef0f6ec75 100644
--- a/ActionMode/LongPress/project.properties
+++ b/ActionMode/LongPress/project.properties
@@ -8,5 +8,5 @@
# project structure.
# Project target.
-target=android-14
+target=android-19
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
diff --git a/ActionMode/Manual/build.gradle b/ActionMode/Manual/build.gradle
index 946a92392..16b927e2a 100644
--- a/ActionMode/Manual/build.gradle
+++ b/ActionMode/Manual/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,13 +13,12 @@ repositories {
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
defaultConfig {
diff --git a/ActionMode/Manual/project.properties b/ActionMode/Manual/project.properties
index d5f210f61..18753cdae 100644
--- a/ActionMode/Manual/project.properties
+++ b/ActionMode/Manual/project.properties
@@ -8,6 +8,6 @@
# project structure.
# Project target.
-target=android-15
+target=android-19
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
android.library.reference.1=../../external/ActionBarSherlock
diff --git a/ActionMode/ManualNative/build.gradle b/ActionMode/ManualNative/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/ActionMode/ManualNative/build.gradle
+++ b/ActionMode/ManualNative/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/ActionMode/ManualNative/project.properties b/ActionMode/ManualNative/project.properties
index 45bfe3d24..ef0f6ec75 100644
--- a/ActionMode/ManualNative/project.properties
+++ b/ActionMode/ManualNative/project.properties
@@ -8,5 +8,5 @@
# project structure.
# Project target.
-target=android-15
+target=android-19
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
diff --git a/Activities/Explicit/build.gradle b/Activities/Explicit/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Activities/Explicit/build.gradle
+++ b/Activities/Explicit/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Activities/Explicit/project.properties b/Activities/Explicit/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Activities/Explicit/project.properties
+++ b/Activities/Explicit/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Activities/Extras/build.gradle b/Activities/Extras/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Activities/Extras/build.gradle
+++ b/Activities/Extras/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Activities/Extras/project.properties b/Activities/Extras/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Activities/Extras/project.properties
+++ b/Activities/Extras/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Activities/FullScreen/build.gradle b/Activities/FullScreen/build.gradle
index 477f6d989..766c05e2b 100644
--- a/Activities/FullScreen/build.gradle
+++ b/Activities/FullScreen/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,7 +13,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Activities/FullScreen/project.properties b/Activities/FullScreen/project.properties
index a3ee5ab64..4ab125693 100644
--- a/Activities/FullScreen/project.properties
+++ b/Activities/FullScreen/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
diff --git a/Activities/Launch/build.gradle b/Activities/Launch/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Activities/Launch/build.gradle
+++ b/Activities/Launch/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Activities/Launch/project.properties b/Activities/Launch/project.properties
index f65831e14..ba4a6c013 100644
--- a/Activities/Launch/project.properties
+++ b/Activities/Launch/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Activities/Lifecycle/build.gradle b/Activities/Lifecycle/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Activities/Lifecycle/build.gradle
+++ b/Activities/Lifecycle/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Activities/Lifecycle/project.properties b/Activities/Lifecycle/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Activities/Lifecycle/project.properties
+++ b/Activities/Lifecycle/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/AdvServices/Binding/build.gradle b/AdvServices/Binding/build.gradle
index 0fd1223ef..f46aaeec4 100644
--- a/AdvServices/Binding/build.gradle
+++ b/AdvServices/Binding/build.gradle
@@ -3,10 +3,10 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
@@ -14,7 +14,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
defaultConfig {
diff --git a/AdvServices/Binding/project.properties b/AdvServices/Binding/project.properties
index e0d33d7c6..6c90d5101 100644
--- a/AdvServices/Binding/project.properties
+++ b/AdvServices/Binding/project.properties
@@ -8,5 +8,5 @@
# project structure.
# Project target.
-target=android-14
+target=android-19
android.library.reference.1=../../external/ActionBarSherlock
diff --git a/AdvServices/BindingNative/build.gradle b/AdvServices/BindingNative/build.gradle
index 477f6d989..766c05e2b 100644
--- a/AdvServices/BindingNative/build.gradle
+++ b/AdvServices/BindingNative/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,7 +13,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/AdvServices/BindingNative/project.properties b/AdvServices/BindingNative/project.properties
index 730e911f2..a5578ba09 100644
--- a/AdvServices/BindingNative/project.properties
+++ b/AdvServices/BindingNative/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-14
+target=android-19
diff --git a/AdvServices/RemoteClient/build.gradle b/AdvServices/RemoteClient/build.gradle
index 477f6d989..766c05e2b 100644
--- a/AdvServices/RemoteClient/build.gradle
+++ b/AdvServices/RemoteClient/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,7 +13,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/AdvServices/RemoteClient/project.properties b/AdvServices/RemoteClient/project.properties
index ea89160e0..a5578ba09 100644
--- a/AdvServices/RemoteClient/project.properties
+++ b/AdvServices/RemoteClient/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/AdvServices/RemoteClientEx/build.gradle b/AdvServices/RemoteClientEx/build.gradle
index 477f6d989..766c05e2b 100644
--- a/AdvServices/RemoteClientEx/build.gradle
+++ b/AdvServices/RemoteClientEx/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,7 +13,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/AdvServices/RemoteClientEx/project.properties b/AdvServices/RemoteClientEx/project.properties
index ea89160e0..a5578ba09 100644
--- a/AdvServices/RemoteClientEx/project.properties
+++ b/AdvServices/RemoteClientEx/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/AdvServices/RemoteClientUnbound/build.gradle b/AdvServices/RemoteClientUnbound/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/AdvServices/RemoteClientUnbound/build.gradle
+++ b/AdvServices/RemoteClientUnbound/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/AdvServices/RemoteClientUnbound/project.properties b/AdvServices/RemoteClientUnbound/project.properties
index ea89160e0..a5578ba09 100644
--- a/AdvServices/RemoteClientUnbound/project.properties
+++ b/AdvServices/RemoteClientUnbound/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/AdvServices/RemoteService/build.gradle b/AdvServices/RemoteService/build.gradle
index c5a28bd0c..8a006b66d 100644
--- a/AdvServices/RemoteService/build.gradle
+++ b/AdvServices/RemoteService/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,7 +13,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/AdvServices/RemoteService/project.properties b/AdvServices/RemoteService/project.properties
index 025839c6b..0a458d4d7 100644
--- a/AdvServices/RemoteService/project.properties
+++ b/AdvServices/RemoteService/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/AdvServices/RemoteServiceEx/build.gradle b/AdvServices/RemoteServiceEx/build.gradle
index c5a28bd0c..8a006b66d 100644
--- a/AdvServices/RemoteServiceEx/build.gradle
+++ b/AdvServices/RemoteServiceEx/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,7 +13,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/AdvServices/RemoteServiceEx/project.properties b/AdvServices/RemoteServiceEx/project.properties
index 025839c6b..0a458d4d7 100644
--- a/AdvServices/RemoteServiceEx/project.properties
+++ b/AdvServices/RemoteServiceEx/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/AdvServices/RemoteServiceUnbound/build.gradle b/AdvServices/RemoteServiceUnbound/build.gradle
index c5a28bd0c..8a006b66d 100644
--- a/AdvServices/RemoteServiceUnbound/build.gradle
+++ b/AdvServices/RemoteServiceUnbound/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,7 +13,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/AdvServices/RemoteServiceUnbound/project.properties b/AdvServices/RemoteServiceUnbound/project.properties
index 025839c6b..0a458d4d7 100644
--- a/AdvServices/RemoteServiceUnbound/project.properties
+++ b/AdvServices/RemoteServiceUnbound/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/AlarmManager/Scheduled/build.gradle b/AlarmManager/Scheduled/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/AlarmManager/Scheduled/build.gradle
+++ b/AlarmManager/Scheduled/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/AlarmManager/Scheduled/project.properties b/AlarmManager/Scheduled/project.properties
index 025839c6b..0a458d4d7 100644
--- a/AlarmManager/Scheduled/project.properties
+++ b/AlarmManager/Scheduled/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/AlarmManager/Simple/build.gradle b/AlarmManager/Simple/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/AlarmManager/Simple/build.gradle
+++ b/AlarmManager/Simple/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/AlarmManager/Simple/project.properties b/AlarmManager/Simple/project.properties
index 025839c6b..0a458d4d7 100644
--- a/AlarmManager/Simple/project.properties
+++ b/AlarmManager/Simple/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/AlarmManager/WakeCast/build.gradle b/AlarmManager/WakeCast/build.gradle
index 49dbf93c1..37dcab4aa 100644
--- a/AlarmManager/WakeCast/build.gradle
+++ b/AlarmManager/WakeCast/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/AlarmManager/WakeCast/project.properties b/AlarmManager/WakeCast/project.properties
index 025839c6b..0a458d4d7 100644
--- a/AlarmManager/WakeCast/project.properties
+++ b/AlarmManager/WakeCast/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/AlarmManager/Wakeful/build.gradle b/AlarmManager/Wakeful/build.gradle
index 49dbf93c1..f5a198b8e 100644
--- a/AlarmManager/Wakeful/build.gradle
+++ b/AlarmManager/Wakeful/build.gradle
@@ -3,18 +3,24 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
+ }
+}
+apply plugin: 'com.android.application'
+
+repositories {
+ maven {
+ url "https://repo.commonsware.com.s3.amazonaws.com"
}
}
-apply plugin: 'android'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.commonsware.cwac:wakeful:1.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/AlarmManager/Wakeful/project.properties b/AlarmManager/Wakeful/project.properties
index 025839c6b..0a458d4d7 100644
--- a/AlarmManager/Wakeful/project.properties
+++ b/AlarmManager/Wakeful/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Animation/AnimatorFade/build.gradle b/Animation/AnimatorFade/build.gradle
index 477f6d989..766c05e2b 100644
--- a/Animation/AnimatorFade/build.gradle
+++ b/Animation/AnimatorFade/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,7 +13,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Animation/AnimatorFade/project.properties b/Animation/AnimatorFade/project.properties
index 0f507e530..4ab125693 100644
--- a/Animation/AnimatorFade/project.properties
+++ b/Animation/AnimatorFade/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-12
+target=android-19
diff --git a/Animation/AnimatorFadeBC/build.gradle b/Animation/AnimatorFadeBC/build.gradle
index 0bf7e806d..129edbb6d 100644
--- a/Animation/AnimatorFadeBC/build.gradle
+++ b/Animation/AnimatorFadeBC/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -18,7 +18,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Animation/AnimatorFadeBC/project.properties b/Animation/AnimatorFadeBC/project.properties
index a738b7da5..e7d72dd03 100644
--- a/Animation/AnimatorFadeBC/project.properties
+++ b/Animation/AnimatorFadeBC/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-11
+target=android-19
android.library.reference.1=../../external/NineOldAndroids
diff --git a/Animation/FragmentTransition/build.gradle b/Animation/FragmentTransition/build.gradle
index 477f6d989..766c05e2b 100644
--- a/Animation/FragmentTransition/build.gradle
+++ b/Animation/FragmentTransition/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,7 +13,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Animation/FragmentTransition/project.properties b/Animation/FragmentTransition/project.properties
index c052cd8f8..4ab125693 100644
--- a/Animation/FragmentTransition/project.properties
+++ b/Animation/FragmentTransition/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-13
+target=android-19
diff --git a/Animation/ObjectAnimator/build.gradle b/Animation/ObjectAnimator/build.gradle
index 0bf7e806d..129edbb6d 100644
--- a/Animation/ObjectAnimator/build.gradle
+++ b/Animation/ObjectAnimator/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -18,7 +18,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Animation/ObjectAnimator/project.properties b/Animation/ObjectAnimator/project.properties
index 48f61a584..d01a9d1b4 100644
--- a/Animation/ObjectAnimator/project.properties
+++ b/Animation/ObjectAnimator/project.properties
@@ -1,2 +1,2 @@
android.library.reference.1=../../external/NineOldAndroids
-target=android-8
+target=android-19
diff --git a/Animation/SlidingPanel/build.gradle b/Animation/SlidingPanel/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/Animation/SlidingPanel/build.gradle
+++ b/Animation/SlidingPanel/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Animation/SlidingPanel/project.properties b/Animation/SlidingPanel/project.properties
index f049142c1..a5578ba09 100644
--- a/Animation/SlidingPanel/project.properties
+++ b/Animation/SlidingPanel/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-10
+target=android-19
diff --git a/Animation/SlidingPanelEx/build.gradle b/Animation/SlidingPanelEx/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/Animation/SlidingPanelEx/build.gradle
+++ b/Animation/SlidingPanelEx/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Animation/SlidingPanelEx/project.properties b/Animation/SlidingPanelEx/project.properties
index ea89160e0..a5578ba09 100644
--- a/Animation/SlidingPanelEx/project.properties
+++ b/Animation/SlidingPanelEx/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Animation/ThreePane/build.gradle b/Animation/ThreePane/build.gradle
index 477f6d989..766c05e2b 100644
--- a/Animation/ThreePane/build.gradle
+++ b/Animation/ThreePane/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,7 +13,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Animation/ThreePane/project.properties b/Animation/ThreePane/project.properties
index 0840b4a05..4ab125693 100644
--- a/Animation/ThreePane/project.properties
+++ b/Animation/ThreePane/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-15
+target=android-19
diff --git a/Animation/ThreePaneBC/build.gradle b/Animation/ThreePaneBC/build.gradle
index 806d2e15a..d9066d471 100644
--- a/Animation/ThreePaneBC/build.gradle
+++ b/Animation/ThreePaneBC/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -19,7 +19,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Animation/ThreePaneBC/project.properties b/Animation/ThreePaneBC/project.properties
index f348642c8..e7d72dd03 100644
--- a/Animation/ThreePaneBC/project.properties
+++ b/Animation/ThreePaneBC/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-13
+target=android-19
android.library.reference.1=../../external/NineOldAndroids
diff --git a/AppWidget/LoremWidget/build.gradle b/AppWidget/LoremWidget/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/AppWidget/LoremWidget/build.gradle
+++ b/AppWidget/LoremWidget/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/AppWidget/LoremWidget/project.properties b/AppWidget/LoremWidget/project.properties
index 8da376af8..a5578ba09 100644
--- a/AppWidget/LoremWidget/project.properties
+++ b/AppWidget/LoremWidget/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-15
+target=android-19
diff --git a/AppWidget/PairOfDice/build.gradle b/AppWidget/PairOfDice/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/AppWidget/PairOfDice/build.gradle
+++ b/AppWidget/PairOfDice/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/AppWidget/PairOfDice/project.properties b/AppWidget/PairOfDice/project.properties
index ea89160e0..a5578ba09 100644
--- a/AppWidget/PairOfDice/project.properties
+++ b/AppWidget/PairOfDice/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/AppWidget/Resize/build.gradle b/AppWidget/Resize/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/AppWidget/Resize/build.gradle
+++ b/AppWidget/Resize/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/AppWidget/Resize/project.properties b/AppWidget/Resize/project.properties
index 895c9ce2e..a5578ba09 100644
--- a/AppWidget/Resize/project.properties
+++ b/AppWidget/Resize/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-16
+target=android-19
diff --git a/AppWidget/TwoOrThreeDice/build.gradle b/AppWidget/TwoOrThreeDice/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/AppWidget/TwoOrThreeDice/build.gradle
+++ b/AppWidget/TwoOrThreeDice/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/AppWidget/TwoOrThreeDice/project.properties b/AppWidget/TwoOrThreeDice/project.properties
index c4f09d2b2..a5578ba09 100644
--- a/AppWidget/TwoOrThreeDice/project.properties
+++ b/AppWidget/TwoOrThreeDice/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-17
+target=android-19
diff --git a/BC/CompoundButton/build.gradle b/BC/CompoundButton/build.gradle
index 477f6d989..766c05e2b 100644
--- a/BC/CompoundButton/build.gradle
+++ b/BC/CompoundButton/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,7 +13,7 @@ dependencies {
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/BC/CompoundButton/project.properties b/BC/CompoundButton/project.properties
index a3ee5ab64..4ab125693 100644
--- a/BC/CompoundButton/project.properties
+++ b/BC/CompoundButton/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
diff --git a/Bandwidth/TrafficMonitor/build.gradle b/Bandwidth/TrafficMonitor/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/Bandwidth/TrafficMonitor/build.gradle
+++ b/Bandwidth/TrafficMonitor/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Bandwidth/TrafficMonitor/project.properties b/Bandwidth/TrafficMonitor/project.properties
index ea89160e0..a5578ba09 100644
--- a/Bandwidth/TrafficMonitor/project.properties
+++ b/Bandwidth/TrafficMonitor/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Basic/Button/.classpath b/Basic/Button/.classpath
index 72fda77e7..7bc01d9a9 100644
--- a/Basic/Button/.classpath
+++ b/Basic/Button/.classpath
@@ -3,6 +3,7 @@
-
+
+
diff --git a/Basic/Button/AndroidManifest.xml b/Basic/Button/AndroidManifest.xml
index e272fad0c..ce9378c72 100644
--- a/Basic/Button/AndroidManifest.xml
+++ b/Basic/Button/AndroidManifest.xml
@@ -4,7 +4,9 @@
android:versionCode="1"
android:versionName="1.0">
-
+
-
+
+
diff --git a/Basic/CheckBox/AndroidManifest.xml b/Basic/CheckBox/AndroidManifest.xml
index 38718327e..44761974b 100644
--- a/Basic/CheckBox/AndroidManifest.xml
+++ b/Basic/CheckBox/AndroidManifest.xml
@@ -1,12 +1,23 @@
-
+
-
+
-
+
-
+
@@ -15,4 +26,4 @@
-
+
\ No newline at end of file
diff --git a/Basic/CheckBox/build.gradle b/Basic/CheckBox/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Basic/CheckBox/build.gradle
+++ b/Basic/CheckBox/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Basic/CheckBox/project.properties b/Basic/CheckBox/project.properties
index f65831e14..ba4a6c013 100644
--- a/Basic/CheckBox/project.properties
+++ b/Basic/CheckBox/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Basic/Field/AndroidManifest.xml b/Basic/Field/AndroidManifest.xml
index 99ebde5ec..79a8acd4a 100644
--- a/Basic/Field/AndroidManifest.xml
+++ b/Basic/Field/AndroidManifest.xml
@@ -1,11 +1,23 @@
-
+
-
-
+
+
+
-
+
@@ -14,4 +26,4 @@
-
+
\ No newline at end of file
diff --git a/Basic/Field/build.gradle b/Basic/Field/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Basic/Field/build.gradle
+++ b/Basic/Field/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Basic/Field/project.properties b/Basic/Field/project.properties
index f65831e14..ba4a6c013 100644
--- a/Basic/Field/project.properties
+++ b/Basic/Field/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Basic/ImageView/.classpath b/Basic/ImageView/.classpath
index 72fda77e7..7bc01d9a9 100644
--- a/Basic/ImageView/.classpath
+++ b/Basic/ImageView/.classpath
@@ -3,6 +3,7 @@
-
+
+
diff --git a/Basic/ImageView/AndroidManifest.xml b/Basic/ImageView/AndroidManifest.xml
index 2bb6e564c..abd832ac1 100644
--- a/Basic/ImageView/AndroidManifest.xml
+++ b/Basic/ImageView/AndroidManifest.xml
@@ -1,12 +1,23 @@
-
+
-
+
-
+
-
+
@@ -15,4 +26,4 @@
-
+
\ No newline at end of file
diff --git a/Basic/ImageView/build.gradle b/Basic/ImageView/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Basic/ImageView/build.gradle
+++ b/Basic/ImageView/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Basic/ImageView/project.properties b/Basic/ImageView/project.properties
index f65831e14..ba4a6c013 100644
--- a/Basic/ImageView/project.properties
+++ b/Basic/ImageView/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Basic/ImageView/res/layout/main.xml b/Basic/ImageView/res/layout/main.xml
index 0db222cc6..76946eb64 100644
--- a/Basic/ImageView/res/layout/main.xml
+++ b/Basic/ImageView/res/layout/main.xml
@@ -5,3 +5,4 @@
android:layout_height="match_parent"
android:adjustViewBounds="true"
android:src="@drawable/molecule"/>
+
diff --git a/Basic/Label/.classpath b/Basic/Label/.classpath
index 72fda77e7..7bc01d9a9 100644
--- a/Basic/Label/.classpath
+++ b/Basic/Label/.classpath
@@ -3,6 +3,7 @@
-
+
+
diff --git a/Basic/Label/AndroidManifest.xml b/Basic/Label/AndroidManifest.xml
index 7cca4f111..2c5208937 100644
--- a/Basic/Label/AndroidManifest.xml
+++ b/Basic/Label/AndroidManifest.xml
@@ -1,12 +1,23 @@
-
+
-
+
-
+
-
+
@@ -15,4 +26,4 @@
-
+
\ No newline at end of file
diff --git a/Basic/Label/build.gradle b/Basic/Label/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Basic/Label/build.gradle
+++ b/Basic/Label/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Basic/Label/project.properties b/Basic/Label/project.properties
index f65831e14..ba4a6c013 100644
--- a/Basic/Label/project.properties
+++ b/Basic/Label/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Basic/RadioButton/AndroidManifest.xml b/Basic/RadioButton/AndroidManifest.xml
index 5722e4314..67cd9a1a9 100644
--- a/Basic/RadioButton/AndroidManifest.xml
+++ b/Basic/RadioButton/AndroidManifest.xml
@@ -12,7 +12,7 @@
+ android:targetSdkVersion="14"/>
-
+
+
diff --git a/Basic/ToggleButton/AndroidManifest.xml b/Basic/ToggleButton/AndroidManifest.xml
index 151a00afb..56173bb3a 100644
--- a/Basic/ToggleButton/AndroidManifest.xml
+++ b/Basic/ToggleButton/AndroidManifest.xml
@@ -1,12 +1,25 @@
-
+
-
+
-
+
-
-
+
+
@@ -15,4 +28,4 @@
-
+
\ No newline at end of file
diff --git a/Basic/ToggleButton/build.gradle b/Basic/ToggleButton/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Basic/ToggleButton/build.gradle
+++ b/Basic/ToggleButton/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Basic/ToggleButton/project.properties b/Basic/ToggleButton/project.properties
index f65831e14..ba4a6c013 100644
--- a/Basic/ToggleButton/project.properties
+++ b/Basic/ToggleButton/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Bitmaps/InSampleSize/build.gradle b/Bitmaps/InSampleSize/build.gradle
index 0eda3278b..766c05e2b 100644
--- a/Bitmaps/InSampleSize/build.gradle
+++ b/Bitmaps/InSampleSize/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
diff --git a/CPU-Java/AIDLOverhead/Client/build.gradle b/CPU-Java/AIDLOverhead/Client/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/CPU-Java/AIDLOverhead/Client/build.gradle
+++ b/CPU-Java/AIDLOverhead/Client/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/CPU-Java/AIDLOverhead/Client/project.properties b/CPU-Java/AIDLOverhead/Client/project.properties
index 025839c6b..0a458d4d7 100644
--- a/CPU-Java/AIDLOverhead/Client/project.properties
+++ b/CPU-Java/AIDLOverhead/Client/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/CPU-Java/AIDLOverhead/RemoteService/build.gradle b/CPU-Java/AIDLOverhead/RemoteService/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/CPU-Java/AIDLOverhead/RemoteService/build.gradle
+++ b/CPU-Java/AIDLOverhead/RemoteService/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/CPU-Java/AIDLOverhead/RemoteService/project.properties b/CPU-Java/AIDLOverhead/RemoteService/project.properties
index 025839c6b..0a458d4d7 100644
--- a/CPU-Java/AIDLOverhead/RemoteService/project.properties
+++ b/CPU-Java/AIDLOverhead/RemoteService/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/CPU-Java/GoAsync/.classpath b/CPU-Java/GoAsync/.classpath
index 6aed2ebfb..7bc01d9a9 100644
--- a/CPU-Java/GoAsync/.classpath
+++ b/CPU-Java/GoAsync/.classpath
@@ -4,5 +4,6 @@
+
diff --git a/CPU-Java/GoAsync/build.gradle b/CPU-Java/GoAsync/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/CPU-Java/GoAsync/build.gradle
+++ b/CPU-Java/GoAsync/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/CPU-Java/GoAsync/project.properties b/CPU-Java/GoAsync/project.properties
index d79abae19..a5578ba09 100644
--- a/CPU-Java/GoAsync/project.properties
+++ b/CPU-Java/GoAsync/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-11
+target=android-19
diff --git a/CPU-Java/PrefsPersist/build.gradle b/CPU-Java/PrefsPersist/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/CPU-Java/PrefsPersist/build.gradle
+++ b/CPU-Java/PrefsPersist/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/CPU-Java/PrefsPersist/project.properties b/CPU-Java/PrefsPersist/project.properties
index d79abae19..a5578ba09 100644
--- a/CPU-Java/PrefsPersist/project.properties
+++ b/CPU-Java/PrefsPersist/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-11
+target=android-19
diff --git a/Calendar/Query/build.gradle b/Calendar/Query/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/Calendar/Query/build.gradle
+++ b/Calendar/Query/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Calendar/Query/project.properties b/Calendar/Query/project.properties
index 730e911f2..a5578ba09 100644
--- a/Calendar/Query/project.properties
+++ b/Calendar/Query/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-14
+target=android-19
diff --git a/Camera/Content/build.gradle b/Camera/Content/build.gradle
index 477f6d989..ff39d1e45 100644
--- a/Camera/Content/build.gradle
+++ b/Camera/Content/build.gradle
@@ -3,17 +3,16 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Camera/Content/project.properties b/Camera/Content/project.properties
index 85aac5401..4ab125693 100644
--- a/Camera/Content/project.properties
+++ b/Camera/Content/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-8
+target=android-19
diff --git a/Camera/Picture/build.gradle b/Camera/Picture/build.gradle
index b4231cc63..8ef8fd2d1 100644
--- a/Camera/Picture/build.gradle
+++ b/Camera/Picture/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.12.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
apply plugin: 'com.android.application'
@@ -13,13 +13,12 @@ repositories {
}
dependencies {
- // compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
defaultConfig {
diff --git a/Camera/Picture/project.properties b/Camera/Picture/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/Camera/Picture/project.properties
+++ b/Camera/Picture/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/Camera/Preview/build.gradle b/Camera/Preview/build.gradle
index c3d76adbf..8ef8fd2d1 100644
--- a/Camera/Preview/build.gradle
+++ b/Camera/Preview/build.gradle
@@ -3,24 +3,23 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Camera/Preview/project.properties b/Camera/Preview/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/Camera/Preview/project.properties
+++ b/Camera/Preview/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/Camera/ZXing-II/build.gradle b/Camera/ZXing-II/build.gradle
index 49dbf93c1..766c05e2b 100644
--- a/Camera/ZXing-II/build.gradle
+++ b/Camera/ZXing-II/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Camera/ZXing-II/project.properties b/Camera/ZXing-II/project.properties
index 484dab075..91d2b0246 100644
--- a/Camera/ZXing-II/project.properties
+++ b/Camera/ZXing-II/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library=true
diff --git a/Camera/ZXing/build.gradle b/Camera/ZXing/build.gradle
index 49dbf93c1..8a006b66d 100644
--- a/Camera/ZXing/build.gradle
+++ b/Camera/ZXing/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Camera/ZXing/project.properties b/Camera/ZXing/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Camera/ZXing/project.properties
+++ b/Camera/ZXing/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/ConfigChange/DIY/build.gradle b/ConfigChange/DIY/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/ConfigChange/DIY/build.gradle
+++ b/ConfigChange/DIY/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/ConfigChange/DIY/project.properties b/ConfigChange/DIY/project.properties
index a7ef993af..ba4a6c013 100644
--- a/ConfigChange/DIY/project.properties
+++ b/ConfigChange/DIY/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-14
+target=android-19
diff --git a/ConfigChange/Fragments/build.gradle b/ConfigChange/Fragments/build.gradle
index c3d76adbf..8ef8fd2d1 100644
--- a/ConfigChange/Fragments/build.gradle
+++ b/ConfigChange/Fragments/build.gradle
@@ -3,24 +3,23 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/ConfigChange/Fragments/project.properties b/ConfigChange/Fragments/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/ConfigChange/Fragments/project.properties
+++ b/ConfigChange/Fragments/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/ConfigChange/Retain/build.gradle b/ConfigChange/Retain/build.gradle
index c3d76adbf..8c91123e6 100644
--- a/ConfigChange/Retain/build.gradle
+++ b/ConfigChange/Retain/build.gradle
@@ -3,24 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/ConfigChange/Retain/project.properties b/ConfigChange/Retain/project.properties
index f65831e14..ba4a6c013 100644
--- a/ConfigChange/Retain/project.properties
+++ b/ConfigChange/Retain/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Contacts/Inserter/build.gradle b/Contacts/Inserter/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Contacts/Inserter/build.gradle
+++ b/Contacts/Inserter/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Contacts/Inserter/project.properties b/Contacts/Inserter/project.properties
index ea89160e0..a5578ba09 100644
--- a/Contacts/Inserter/project.properties
+++ b/Contacts/Inserter/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Contacts/Pick/build.gradle b/Contacts/Pick/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Contacts/Pick/build.gradle
+++ b/Contacts/Pick/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Contacts/Pick/project.properties b/Contacts/Pick/project.properties
index ea89160e0..a5578ba09 100644
--- a/Contacts/Pick/project.properties
+++ b/Contacts/Pick/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Contacts/Spinners/build.gradle b/Contacts/Spinners/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Contacts/Spinners/build.gradle
+++ b/Contacts/Spinners/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Contacts/Spinners/project.properties b/Contacts/Spinners/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Contacts/Spinners/project.properties
+++ b/Contacts/Spinners/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Containers/LinearPercent/AndroidManifest.xml b/Containers/LinearPercent/AndroidManifest.xml
index 8ffba39f0..85be45dd6 100644
--- a/Containers/LinearPercent/AndroidManifest.xml
+++ b/Containers/LinearPercent/AndroidManifest.xml
@@ -11,8 +11,8 @@
android:smallScreens="true"/>
+ android:minSdkVersion="14"
+ android:targetSdkVersion="14"/>
+ android:targetSdkVersion="14"/>
+ android:targetSdkVersion="14"/>
-
+
+
diff --git a/Containers/Scroll/AndroidManifest.xml b/Containers/Scroll/AndroidManifest.xml
index 3d1a44ba3..f8ea823de 100644
--- a/Containers/Scroll/AndroidManifest.xml
+++ b/Containers/Scroll/AndroidManifest.xml
@@ -1,12 +1,23 @@
-
+
-
+
-
+
-
+
@@ -15,4 +26,4 @@
-
+
\ No newline at end of file
diff --git a/Containers/Scroll/build.gradle b/Containers/Scroll/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Containers/Scroll/build.gradle
+++ b/Containers/Scroll/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Containers/Scroll/project.properties b/Containers/Scroll/project.properties
index f65831e14..ba4a6c013 100644
--- a/Containers/Scroll/project.properties
+++ b/Containers/Scroll/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Containers/Table/AndroidManifest.xml b/Containers/Table/AndroidManifest.xml
index 1e22c0a5e..7107e2724 100644
--- a/Containers/Table/AndroidManifest.xml
+++ b/Containers/Table/AndroidManifest.xml
@@ -12,7 +12,7 @@
+ android:targetSdkVersion="14"/>
-
+
+
+
+
+
-
+
\ No newline at end of file
diff --git a/ContentProvider/ConstantsPlus/build.gradle b/ContentProvider/ConstantsPlus/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/ContentProvider/ConstantsPlus/build.gradle
+++ b/ContentProvider/ConstantsPlus/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/ContentProvider/ConstantsPlus/project.properties b/ContentProvider/ConstantsPlus/project.properties
index 8da376af8..a5578ba09 100644
--- a/ContentProvider/ConstantsPlus/project.properties
+++ b/ContentProvider/ConstantsPlus/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-15
+target=android-19
diff --git a/ContentProvider/Files/build.gradle b/ContentProvider/Files/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/ContentProvider/Files/build.gradle
+++ b/ContentProvider/Files/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/ContentProvider/Files/project.properties b/ContentProvider/Files/project.properties
index ea89160e0..a5578ba09 100644
--- a/ContentProvider/Files/project.properties
+++ b/ContentProvider/Files/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/ContentProvider/GrantUriPermissions/build.gradle b/ContentProvider/GrantUriPermissions/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/ContentProvider/GrantUriPermissions/build.gradle
+++ b/ContentProvider/GrantUriPermissions/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/ContentProvider/GrantUriPermissions/project.properties b/ContentProvider/GrantUriPermissions/project.properties
index ea89160e0..a5578ba09 100644
--- a/ContentProvider/GrantUriPermissions/project.properties
+++ b/ContentProvider/GrantUriPermissions/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/ContentProvider/Pipe/build.gradle b/ContentProvider/Pipe/build.gradle
index 49dbf93c1..37dcab4aa 100644
--- a/ContentProvider/Pipe/build.gradle
+++ b/ContentProvider/Pipe/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/ContentProvider/Pipe/project.properties b/ContentProvider/Pipe/project.properties
index 9b84a6b4b..4ab125693 100644
--- a/ContentProvider/Pipe/project.properties
+++ b/ContentProvider/Pipe/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-16
+target=android-19
diff --git a/ContentProvider/V4FileProvider/build.gradle b/ContentProvider/V4FileProvider/build.gradle
index 49dbf93c1..37dcab4aa 100644
--- a/ContentProvider/V4FileProvider/build.gradle
+++ b/ContentProvider/V4FileProvider/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/ContentProvider/V4FileProvider/project.properties b/ContentProvider/V4FileProvider/project.properties
index ea89160e0..a5578ba09 100644
--- a/ContentProvider/V4FileProvider/project.properties
+++ b/ContentProvider/V4FileProvider/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Database/Constants/build.gradle b/Database/Constants/build.gradle
index c3d76adbf..8ef8fd2d1 100644
--- a/Database/Constants/build.gradle
+++ b/Database/Constants/build.gradle
@@ -3,24 +3,23 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Database/Constants/project.properties b/Database/Constants/project.properties
index 1eb58a0d4..67d0f89c2 100644
--- a/Database/Constants/project.properties
+++ b/Database/Constants/project.properties
@@ -1,3 +1,3 @@
android.library.reference.1=../../external/ActionBarSherlock
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-15
+target=android-19
diff --git a/Database/ConstantsSecure/build.gradle b/Database/ConstantsSecure/build.gradle
index 49dbf93c1..8a006b66d 100644
--- a/Database/ConstantsSecure/build.gradle
+++ b/Database/ConstantsSecure/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Database/ConstantsSecure/project.properties b/Database/ConstantsSecure/project.properties
index d79abae19..a5578ba09 100644
--- a/Database/ConstantsSecure/project.properties
+++ b/Database/ConstantsSecure/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-11
+target=android-19
diff --git a/Database/SQLCipherPassphrase/build.gradle b/Database/SQLCipherPassphrase/build.gradle
deleted file mode 100644
index c3d76adbf..000000000
--- a/Database/SQLCipherPassphrase/build.gradle
+++ /dev/null
@@ -1,52 +0,0 @@
-buildscript {
- repositories {
- mavenCentral()
- }
- dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
- }
-}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
-}
-
-android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
-
- defaultConfig {
- targetSdkVersion 17
- }
-
- sourceSets {
- main {
- manifest.srcFile 'AndroidManifest.xml'
- java.srcDirs = ['src']
- resources.srcDirs = ['src']
- aidl.srcDirs = ['src']
- renderscript.srcDirs = ['src']
- res.srcDirs = ['res']
- assets.srcDirs = ['assets']
- }
-
- // Move the tests to tests/java, tests/res, etc...
- instrumentTest.setRoot('tests')
-
- // Move the build types to build-types/
- // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...
- // This moves them out of them default location under src//... which would
- // conflict with src/ being used by the main source set.
- // Adding new build types or product flavors should be accompanied
- // by a similar customization.
- debug.setRoot('build-types/debug')
- release.setRoot('build-types/release')
- }
-}
diff --git a/Database/SQLCipherPassphrase/project.properties b/Database/SQLCipherPassphrase/project.properties
index 7bad1df4c..ba4a6c013 100644
--- a/Database/SQLCipherPassphrase/project.properties
+++ b/Database/SQLCipherPassphrase/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-15
+target=android-19
diff --git a/DeviceAdmin/LockMeNow/build.gradle b/DeviceAdmin/LockMeNow/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/DeviceAdmin/LockMeNow/build.gradle
+++ b/DeviceAdmin/LockMeNow/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/DeviceAdmin/LockMeNow/project.properties b/DeviceAdmin/LockMeNow/project.properties
index b7c2081d5..4ab125693 100644
--- a/DeviceAdmin/LockMeNow/project.properties
+++ b/DeviceAdmin/LockMeNow/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-10
+target=android-19
diff --git a/DeviceAdmin/PasswordEnforcer/build.gradle b/DeviceAdmin/PasswordEnforcer/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/DeviceAdmin/PasswordEnforcer/build.gradle
+++ b/DeviceAdmin/PasswordEnforcer/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/DeviceAdmin/PasswordEnforcer/project.properties b/DeviceAdmin/PasswordEnforcer/project.properties
index b7c2081d5..4ab125693 100644
--- a/DeviceAdmin/PasswordEnforcer/project.properties
+++ b/DeviceAdmin/PasswordEnforcer/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-10
+target=android-19
diff --git a/Dialogs/Chrono/build.gradle b/Dialogs/Chrono/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Dialogs/Chrono/build.gradle
+++ b/Dialogs/Chrono/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Dialogs/Chrono/project.properties b/Dialogs/Chrono/project.properties
index f65831e14..ba4a6c013 100644
--- a/Dialogs/Chrono/project.properties
+++ b/Dialogs/Chrono/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Dialogs/DialogFragment/build.gradle b/Dialogs/DialogFragment/build.gradle
index c3d76adbf..46a3e704a 100644
--- a/Dialogs/DialogFragment/build.gradle
+++ b/Dialogs/DialogFragment/build.gradle
@@ -3,24 +3,21 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Dialogs/DialogFragment/project.properties b/Dialogs/DialogFragment/project.properties
index 0840b4a05..4ab125693 100644
--- a/Dialogs/DialogFragment/project.properties
+++ b/Dialogs/DialogFragment/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-15
+target=android-19
diff --git a/Documents/Consumer/build.gradle b/Documents/Consumer/build.gradle
index c0e994ed6..ff39d1e45 100644
--- a/Documents/Consumer/build.gradle
+++ b/Documents/Consumer/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
compileSdkVersion 19
- buildToolsVersion "19.0.1"
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Drawable/Gradient/build.gradle b/Drawable/Gradient/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Drawable/Gradient/build.gradle
+++ b/Drawable/Gradient/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Drawable/Gradient/project.properties b/Drawable/Gradient/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Drawable/Gradient/project.properties
+++ b/Drawable/Gradient/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Drawable/NinePatch/build.gradle b/Drawable/NinePatch/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Drawable/NinePatch/build.gradle
+++ b/Drawable/NinePatch/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Drawable/NinePatch/project.properties b/Drawable/NinePatch/project.properties
index ea89160e0..a5578ba09 100644
--- a/Drawable/NinePatch/project.properties
+++ b/Drawable/NinePatch/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Drawable/ScaleClip/build.gradle b/Drawable/ScaleClip/build.gradle
index c3d76adbf..349735976 100644
--- a/Drawable/ScaleClip/build.gradle
+++ b/Drawable/ScaleClip/build.gradle
@@ -3,24 +3,22 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Drawable/ScaleClip/project.properties b/Drawable/ScaleClip/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/Drawable/ScaleClip/project.properties
+++ b/Drawable/ScaleClip/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/Drawable/Shape/build.gradle b/Drawable/Shape/build.gradle
index c3d76adbf..46a3e704a 100644
--- a/Drawable/Shape/build.gradle
+++ b/Drawable/Shape/build.gradle
@@ -3,24 +3,21 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Drawable/Shape/project.properties b/Drawable/Shape/project.properties
index 9b84a6b4b..4ab125693 100644
--- a/Drawable/Shape/project.properties
+++ b/Drawable/Shape/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-16
+target=android-19
diff --git a/Drawable/TileMode/build.gradle b/Drawable/TileMode/build.gradle
index c3d76adbf..46a3e704a 100644
--- a/Drawable/TileMode/build.gradle
+++ b/Drawable/TileMode/build.gradle
@@ -3,24 +3,21 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Drawable/TileMode/project.properties b/Drawable/TileMode/project.properties
index 9b84a6b4b..4ab125693 100644
--- a/Drawable/TileMode/project.properties
+++ b/Drawable/TileMode/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-16
+target=android-19
diff --git a/EventBus/GreenRobot/build.gradle b/EventBus/GreenRobot/build.gradle
index c3d76adbf..b028ffe04 100644
--- a/EventBus/GreenRobot/build.gradle
+++ b/EventBus/GreenRobot/build.gradle
@@ -3,24 +3,27 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
+ maven {
+ url "https://repo.commonsware.com.s3.amazonaws.com"
+ }
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'de.greenrobot:eventbus:2.2.1'
+ compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.commonsware.cwac:wakeful:1.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/EventBus/GreenRobot/project.properties b/EventBus/GreenRobot/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/EventBus/GreenRobot/project.properties
+++ b/EventBus/GreenRobot/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/EventBus/LocalBroadcastManager/build.gradle b/EventBus/LocalBroadcastManager/build.gradle
index c3d76adbf..d6a4b1cbe 100644
--- a/EventBus/LocalBroadcastManager/build.gradle
+++ b/EventBus/LocalBroadcastManager/build.gradle
@@ -3,24 +3,26 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
+ maven {
+ url "https://repo.commonsware.com.s3.amazonaws.com"
+ }
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.commonsware.cwac:wakeful:1.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/EventBus/LocalBroadcastManager/project.properties b/EventBus/LocalBroadcastManager/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/EventBus/LocalBroadcastManager/project.properties
+++ b/EventBus/LocalBroadcastManager/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/EventBus/Otto/build.gradle b/EventBus/Otto/build.gradle
index c3d76adbf..d1d80069b 100644
--- a/EventBus/Otto/build.gradle
+++ b/EventBus/Otto/build.gradle
@@ -3,24 +3,27 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
+ maven {
+ url "https://repo.commonsware.com.s3.amazonaws.com"
+ }
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.squareup:otto:1.3.5'
+ compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.commonsware.cwac:wakeful:1.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/EventBus/Otto/project.properties b/EventBus/Otto/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/EventBus/Otto/project.properties
+++ b/EventBus/Otto/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/Focus/Sampler/build.gradle b/Focus/Sampler/build.gradle
index c3d76adbf..5450bddf1 100644
--- a/Focus/Sampler/build.gradle
+++ b/Focus/Sampler/build.gradle
@@ -3,24 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Focus/Sampler/project.properties b/Focus/Sampler/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/Focus/Sampler/project.properties
+++ b/Focus/Sampler/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/Fonts/FontSampler/build.gradle b/Fonts/FontSampler/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Fonts/FontSampler/build.gradle
+++ b/Fonts/FontSampler/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Fonts/FontSampler/project.properties b/Fonts/FontSampler/project.properties
index bd5a7453f..1ab4cee95 100644
--- a/Fonts/FontSampler/project.properties
+++ b/Fonts/FontSampler/project.properties
@@ -9,4 +9,4 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
# Project target.
-target=android-14
+target=android-19
diff --git a/Fragments/ActionBar/build.gradle b/Fragments/ActionBar/build.gradle
index c3d76adbf..8ef8fd2d1 100644
--- a/Fragments/ActionBar/build.gradle
+++ b/Fragments/ActionBar/build.gradle
@@ -3,24 +3,23 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Fragments/ActionBar/project.properties b/Fragments/ActionBar/project.properties
index 90e085800..cf52a9f7d 100644
--- a/Fragments/ActionBar/project.properties
+++ b/Fragments/ActionBar/project.properties
@@ -1,3 +1,3 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-15
+target=android-19
android.library.reference.1=../../external/ActionBarSherlock
diff --git a/Fragments/Static/build.gradle b/Fragments/Static/build.gradle
index c3d76adbf..5450bddf1 100644
--- a/Fragments/Static/build.gradle
+++ b/Fragments/Static/build.gradle
@@ -3,24 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Fragments/Static/project.properties b/Fragments/Static/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/Fragments/Static/project.properties
+++ b/Fragments/Static/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/Gradle/ConstantsSecure/build.gradle b/Gradle/ConstantsSecure/build.gradle
index 1c96f9d2a..a770f4b85 100644
--- a/Gradle/ConstantsSecure/build.gradle
+++ b/Gradle/ConstantsSecure/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
}
diff --git a/Gradle/ConstantsSecure/project.properties b/Gradle/ConstantsSecure/project.properties
index d79abae19..a5578ba09 100644
--- a/Gradle/ConstantsSecure/project.properties
+++ b/Gradle/ConstantsSecure/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-11
+target=android-19
diff --git a/Gradle/Hello/build.gradle b/Gradle/Hello/build.gradle
index 51f81af51..8a006b66d 100644
--- a/Gradle/Hello/build.gradle
+++ b/Gradle/Hello/build.gradle
@@ -3,17 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
sourceSets {
diff --git a/Gradle/Hello/project.properties b/Gradle/Hello/project.properties
index ce39f2d0a..4ab125693 100644
--- a/Gradle/Hello/project.properties
+++ b/Gradle/Hello/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/Gradle/HelloAIDL/Client/project.properties b/Gradle/HelloAIDL/Client/project.properties
index ea89160e0..a5578ba09 100644
--- a/Gradle/HelloAIDL/Client/project.properties
+++ b/Gradle/HelloAIDL/Client/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Gradle/HelloAIDL/Service/project.properties b/Gradle/HelloAIDL/Service/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Gradle/HelloAIDL/Service/project.properties
+++ b/Gradle/HelloAIDL/Service/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Gradle/HelloAIDL/build.gradle b/Gradle/HelloAIDL/build.gradle
index ae325fb3d..e6a5d107e 100644
--- a/Gradle/HelloAIDL/build.gradle
+++ b/Gradle/HelloAIDL/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
@@ -13,14 +13,14 @@ subprojects {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
- apply plugin: 'android'
+ apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
signingConfigs {
diff --git a/Gradle/HelloBuildConfig/build.gradle b/Gradle/HelloBuildConfig/build.gradle
index 9d6aebc95..31377c99b 100644
--- a/Gradle/HelloBuildConfig/build.gradle
+++ b/Gradle/HelloBuildConfig/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
defaultConfig {
diff --git a/Gradle/HelloBuildConfig/project.properties b/Gradle/HelloBuildConfig/project.properties
index ce39f2d0a..4ab125693 100644
--- a/Gradle/HelloBuildConfig/project.properties
+++ b/Gradle/HelloBuildConfig/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/Gradle/HelloBuildType/build.gradle b/Gradle/HelloBuildType/build.gradle
index aeda139f1..bcfb9dbb7 100644
--- a/Gradle/HelloBuildType/build.gradle
+++ b/Gradle/HelloBuildType/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
defaultConfig {
diff --git a/Gradle/HelloBuildType/project.properties b/Gradle/HelloBuildType/project.properties
index ce39f2d0a..4ab125693 100644
--- a/Gradle/HelloBuildType/project.properties
+++ b/Gradle/HelloBuildType/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/Gradle/HelloConfig/build.gradle b/Gradle/HelloConfig/build.gradle
index 1b23600a1..60544c65b 100644
--- a/Gradle/HelloConfig/build.gradle
+++ b/Gradle/HelloConfig/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
defaultConfig {
diff --git a/Gradle/HelloConfig/project.properties b/Gradle/HelloConfig/project.properties
index ce39f2d0a..4ab125693 100644
--- a/Gradle/HelloConfig/project.properties
+++ b/Gradle/HelloConfig/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/Gradle/HelloInstrumentTest/build.gradle b/Gradle/HelloInstrumentTest/build.gradle
index bc621b38e..7a553390e 100644
--- a/Gradle/HelloInstrumentTest/build.gradle
+++ b/Gradle/HelloInstrumentTest/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
defaultConfig {
diff --git a/Gradle/HelloInstrumentTest/project.properties b/Gradle/HelloInstrumentTest/project.properties
index ce39f2d0a..4ab125693 100644
--- a/Gradle/HelloInstrumentTest/project.properties
+++ b/Gradle/HelloInstrumentTest/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/Gradle/HelloMultiProject/HelloLibraryConsumer/build.gradle b/Gradle/HelloMultiProject/HelloLibraryConsumer/build.gradle
index a46d4e453..ecce686b1 100644
--- a/Gradle/HelloMultiProject/HelloLibraryConsumer/build.gradle
+++ b/Gradle/HelloMultiProject/HelloLibraryConsumer/build.gradle
@@ -3,19 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
compile project(':libraries:HelloLibrary')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
}
diff --git a/Gradle/HelloMultiProject/HelloLibraryConsumer/project.properties b/Gradle/HelloMultiProject/HelloLibraryConsumer/project.properties
index ce39f2d0a..4ab125693 100644
--- a/Gradle/HelloMultiProject/HelloLibraryConsumer/project.properties
+++ b/Gradle/HelloMultiProject/HelloLibraryConsumer/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/Gradle/HelloMultiProject/build.gradle b/Gradle/HelloMultiProject/build.gradle
new file mode 100644
index 000000000..495c5038e
--- /dev/null
+++ b/Gradle/HelloMultiProject/build.gradle
@@ -0,0 +1 @@
+// Top-level build file where you can add configuration options common to all sub-projects/modules.
diff --git a/Gradle/HelloMultiProject/libraries/HelloLibrary/build.gradle b/Gradle/HelloMultiProject/libraries/HelloLibrary/build.gradle
index 987995eea..5381d1d63 100644
--- a/Gradle/HelloMultiProject/libraries/HelloLibrary/build.gradle
+++ b/Gradle/HelloMultiProject/libraries/HelloLibrary/build.gradle
@@ -3,14 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android-library'
+apply plugin: 'com.android.library'
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
}
diff --git a/Gradle/HelloMultiProject/libraries/HelloLibrary/project.properties b/Gradle/HelloMultiProject/libraries/HelloLibrary/project.properties
index ce39f2d0a..4ab125693 100644
--- a/Gradle/HelloMultiProject/libraries/HelloLibrary/project.properties
+++ b/Gradle/HelloMultiProject/libraries/HelloLibrary/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/Gradle/HelloNestedResources/build.gradle b/Gradle/HelloNestedResources/build.gradle
index 1c96f9d2a..65adb1cf4 100644
--- a/Gradle/HelloNestedResources/build.gradle
+++ b/Gradle/HelloNestedResources/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
}
diff --git a/Gradle/HelloNestedResources/project.properties b/Gradle/HelloNestedResources/project.properties
index ce39f2d0a..4ab125693 100644
--- a/Gradle/HelloNestedResources/project.properties
+++ b/Gradle/HelloNestedResources/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/Gradle/HelloNew/build.gradle b/Gradle/HelloNew/build.gradle
index 1c96f9d2a..65adb1cf4 100644
--- a/Gradle/HelloNew/build.gradle
+++ b/Gradle/HelloNew/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
}
diff --git a/Gradle/HelloNew/project.properties b/Gradle/HelloNew/project.properties
index ce39f2d0a..4ab125693 100644
--- a/Gradle/HelloNew/project.properties
+++ b/Gradle/HelloNew/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/Gradle/HelloProductFlavors/build.gradle b/Gradle/HelloProductFlavors/build.gradle
index cf4e16f58..e6be5ca9d 100644
--- a/Gradle/HelloProductFlavors/build.gradle
+++ b/Gradle/HelloProductFlavors/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
defaultConfig {
diff --git a/Gradle/HelloProductFlavors/project.properties b/Gradle/HelloProductFlavors/project.properties
index ce39f2d0a..4ab125693 100644
--- a/Gradle/HelloProductFlavors/project.properties
+++ b/Gradle/HelloProductFlavors/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/Gradle/HelloProperties/Client/project.properties b/Gradle/HelloProperties/Client/project.properties
index ea89160e0..a5578ba09 100644
--- a/Gradle/HelloProperties/Client/project.properties
+++ b/Gradle/HelloProperties/Client/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Gradle/HelloProperties/Service/project.properties b/Gradle/HelloProperties/Service/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Gradle/HelloProperties/Service/project.properties
+++ b/Gradle/HelloProperties/Service/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Gradle/HelloProperties/build.gradle b/Gradle/HelloProperties/build.gradle
index 50037b551..5f43e07a9 100644
--- a/Gradle/HelloProperties/build.gradle
+++ b/Gradle/HelloProperties/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
@@ -13,14 +13,14 @@ subprojects {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
- apply plugin: 'android'
+ apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
def signingPropFile = rootProject.file('signing.properties')
diff --git a/Gradle/HelloVersioning/build.gradle b/Gradle/HelloVersioning/build.gradle
index b47e84310..e80688714 100644
--- a/Gradle/HelloVersioning/build.gradle
+++ b/Gradle/HelloVersioning/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.11.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
+ compileSdkVersion 19
buildToolsVersion "19.1.0"
def versionPropsFile = file('version.properties')
diff --git a/Gradle/HelloVersioning/project.properties b/Gradle/HelloVersioning/project.properties
index ce39f2d0a..4ab125693 100644
--- a/Gradle/HelloVersioning/project.properties
+++ b/Gradle/HelloVersioning/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/Gradle/HelloVersioning/version.properties b/Gradle/HelloVersioning/version.properties
index 2344699fe..fbaf103f6 100644
--- a/Gradle/HelloVersioning/version.properties
+++ b/Gradle/HelloVersioning/version.properties
@@ -1,2 +1,2 @@
-#Mon Jun 16 12:05:58 EDT 2014
-VERSION_CODE=9
+#Fri Aug 15 15:24:00 EDT 2014
+VERSION_CODE=13
diff --git a/GridLayout/Sampler/build.gradle b/GridLayout/Sampler/build.gradle
index e372feed6..5384b22d4 100644
--- a/GridLayout/Sampler/build.gradle
+++ b/GridLayout/Sampler/build.gradle
@@ -3,29 +3,27 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.android.support:gridlayout-v7:19.1.0'
+ compile 'com.android.support:gridlayout-v7:19.1.0'
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
- defaultConfig {
- targetSdkVersion 17
- }
+ defaultConfig {
+ targetSdkVersion 17
+ }
sourceSets {
main {
diff --git a/GridLayout/Sampler/project.properties b/GridLayout/Sampler/project.properties
index fcb5d35c5..27589c40e 100644
--- a/GridLayout/Sampler/project.properties
+++ b/GridLayout/Sampler/project.properties
@@ -1,2 +1,2 @@
android.library.reference.1=../../../../../../../workspace/gridlayout
-target=android-15
+target=android-19
diff --git a/InputMethod/IMEDemo1/build.gradle b/InputMethod/IMEDemo1/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/InputMethod/IMEDemo1/build.gradle
+++ b/InputMethod/IMEDemo1/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/InputMethod/IMEDemo1/project.properties b/InputMethod/IMEDemo1/project.properties
index 025839c6b..0a458d4d7 100644
--- a/InputMethod/IMEDemo1/project.properties
+++ b/InputMethod/IMEDemo1/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/InputMethod/IMEDemo2/build.gradle b/InputMethod/IMEDemo2/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/InputMethod/IMEDemo2/build.gradle
+++ b/InputMethod/IMEDemo2/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/InputMethod/IMEDemo2/project.properties b/InputMethod/IMEDemo2/project.properties
index 025839c6b..0a458d4d7 100644
--- a/InputMethod/IMEDemo2/project.properties
+++ b/InputMethod/IMEDemo2/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Intents/FauxSender/build.gradle b/Intents/FauxSender/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/Intents/FauxSender/build.gradle
+++ b/Intents/FauxSender/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Intents/FauxSender/project.properties b/Intents/FauxSender/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Intents/FauxSender/project.properties
+++ b/Intents/FauxSender/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Intents/FauxSender/src/com/commonsware/android/fsender/FauxSenderTest.java b/Intents/FauxSender/src/com/commonsware/android/fsender/FauxSenderTest.java
index c1bf0f3aa..25f2b76a4 100644
--- a/Intents/FauxSender/src/com/commonsware/android/fsender/FauxSenderTest.java
+++ b/Intents/FauxSender/src/com/commonsware/android/fsender/FauxSenderTest.java
@@ -35,7 +35,6 @@ void sendIt(String theMessage) {
i.putExtra(Intent.EXTRA_SUBJECT, R.string.share_subject);
i.putExtra(Intent.EXTRA_TEXT, theMessage);
- startActivity(Intent.createChooser(i,
- getString(R.string.share_title)));
+ startActivity(i);
}
}
\ No newline at end of file
diff --git a/Intents/Local/build.gradle b/Intents/Local/build.gradle
index 49dbf93c1..37dcab4aa 100644
--- a/Intents/Local/build.gradle
+++ b/Intents/Local/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Intents/Local/project.properties b/Intents/Local/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Intents/Local/project.properties
+++ b/Intents/Local/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Intents/OnBattery/build.gradle b/Intents/OnBattery/build.gradle
index c3d76adbf..e9b8efaeb 100644
--- a/Intents/OnBattery/build.gradle
+++ b/Intents/OnBattery/build.gradle
@@ -3,24 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Intents/OnBattery/project.properties b/Intents/OnBattery/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/Intents/OnBattery/project.properties
+++ b/Intents/OnBattery/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/Intents/OnBoot/build.gradle b/Intents/OnBoot/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/Intents/OnBoot/build.gradle
+++ b/Intents/OnBoot/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Intents/OnBoot/project.properties b/Intents/OnBoot/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Intents/OnBoot/project.properties
+++ b/Intents/OnBoot/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Introspection/CPProxy/Consumer/build.gradle b/Introspection/CPProxy/Consumer/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/Introspection/CPProxy/Consumer/build.gradle
+++ b/Introspection/CPProxy/Consumer/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Introspection/CPProxy/Consumer/project.properties b/Introspection/CPProxy/Consumer/project.properties
index d79abae19..a5578ba09 100644
--- a/Introspection/CPProxy/Consumer/project.properties
+++ b/Introspection/CPProxy/Consumer/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-11
+target=android-19
diff --git a/Introspection/CPProxy/Provider/build.gradle b/Introspection/CPProxy/Provider/build.gradle
index 49dbf93c1..9025b817f 100644
--- a/Introspection/CPProxy/Provider/build.gradle
+++ b/Introspection/CPProxy/Provider/build.gradle
@@ -3,18 +3,24 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
+ }
+}
+apply plugin: 'com.android.application'
+
+repositories {
+ maven {
+ url "https://repo.commonsware.com.s3.amazonaws.com"
}
}
-apply plugin: 'android'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.commonsware.cwac:security:0.4.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Introspection/CPProxy/Provider/project.properties b/Introspection/CPProxy/Provider/project.properties
index cc2a7c5cf..0a458d4d7 100644
--- a/Introspection/CPProxy/Provider/project.properties
+++ b/Introspection/CPProxy/Provider/project.properties
@@ -1 +1 @@
-target=android-10
+target=android-19
diff --git a/Introspection/DefaultDetector/build.gradle b/Introspection/DefaultDetector/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/Introspection/DefaultDetector/build.gradle
+++ b/Introspection/DefaultDetector/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Introspection/DefaultDetector/project.properties b/Introspection/DefaultDetector/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Introspection/DefaultDetector/project.properties
+++ b/Introspection/DefaultDetector/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Introspection/FauxSender/build.gradle b/Introspection/FauxSender/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/Introspection/FauxSender/build.gradle
+++ b/Introspection/FauxSender/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Introspection/FauxSender/libs/jtwitter.jar b/Introspection/FauxSender/libs/jtwitter.jar
deleted file mode 100644
index a4fd6bf53..000000000
Binary files a/Introspection/FauxSender/libs/jtwitter.jar and /dev/null differ
diff --git a/Introspection/FauxSender/project.properties b/Introspection/FauxSender/project.properties
index ea89160e0..a5578ba09 100644
--- a/Introspection/FauxSender/project.properties
+++ b/Introspection/FauxSender/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Introspection/Launchalot/build.gradle b/Introspection/Launchalot/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/Introspection/Launchalot/build.gradle
+++ b/Introspection/Launchalot/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Introspection/Launchalot/project.properties b/Introspection/Launchalot/project.properties
index ea89160e0..a5578ba09 100644
--- a/Introspection/Launchalot/project.properties
+++ b/Introspection/Launchalot/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Introspection/PrefActivities/build.gradle b/Introspection/PrefActivities/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/Introspection/PrefActivities/build.gradle
+++ b/Introspection/PrefActivities/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Introspection/PrefActivities/project.properties b/Introspection/PrefActivities/project.properties
index 85aac5401..4ab125693 100644
--- a/Introspection/PrefActivities/project.properties
+++ b/Introspection/PrefActivities/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-8
+target=android-19
diff --git a/Introspection/QuickSender/build.gradle b/Introspection/QuickSender/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/Introspection/QuickSender/build.gradle
+++ b/Introspection/QuickSender/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Introspection/QuickSender/project.properties b/Introspection/QuickSender/project.properties
index ea89160e0..a5578ba09 100644
--- a/Introspection/QuickSender/project.properties
+++ b/Introspection/QuickSender/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Introspection/Resolver/build.gradle b/Introspection/Resolver/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/Introspection/Resolver/build.gradle
+++ b/Introspection/Resolver/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Introspection/Resolver/project.properties b/Introspection/Resolver/project.properties
index 85aac5401..4ab125693 100644
--- a/Introspection/Resolver/project.properties
+++ b/Introspection/Resolver/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-8
+target=android-19
diff --git a/Introspection/URLHandler/build.gradle b/Introspection/URLHandler/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/Introspection/URLHandler/build.gradle
+++ b/Introspection/URLHandler/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Introspection/URLHandler/project.properties b/Introspection/URLHandler/project.properties
index ea89160e0..a5578ba09 100644
--- a/Introspection/URLHandler/project.properties
+++ b/Introspection/URLHandler/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/JNI/WeakBench/build.gradle b/JNI/WeakBench/build.gradle
index 72910cdee..51fbda9a9 100644
--- a/JNI/WeakBench/build.gradle
+++ b/JNI/WeakBench/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ // compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
ndk {
diff --git a/JNI/WeakBench/project.properties b/JNI/WeakBench/project.properties
index 025839c6b..0a458d4d7 100644
--- a/JNI/WeakBench/project.properties
+++ b/JNI/WeakBench/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/JVM/InterpreterService/build.gradle b/JVM/InterpreterService/build.gradle
index 49dbf93c1..8a006b66d 100644
--- a/JVM/InterpreterService/build.gradle
+++ b/JVM/InterpreterService/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/JVM/InterpreterService/project.properties b/JVM/InterpreterService/project.properties
index 025839c6b..0a458d4d7 100644
--- a/JVM/InterpreterService/project.properties
+++ b/JVM/InterpreterService/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Jank/ThreePaneBC/build.gradle b/Jank/ThreePaneBC/build.gradle
index 92f880789..74cf9787e 100644
--- a/Jank/ThreePaneBC/build.gradle
+++ b/Jank/ThreePaneBC/build.gradle
@@ -3,23 +3,23 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.android.support:support-v4:19.1.0'
compile 'com.nineoldandroids:library:2.4.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Jank/ThreePaneBC/project.properties b/Jank/ThreePaneBC/project.properties
index f348642c8..e7d72dd03 100644
--- a/Jank/ThreePaneBC/project.properties
+++ b/Jank/ThreePaneBC/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-13
+target=android-19
android.library.reference.1=../../external/NineOldAndroids
diff --git a/LargeScreen/EU4YouSingleActivity/build.gradle b/LargeScreen/EU4YouSingleActivity/build.gradle
index c3d76adbf..46c863507 100644
--- a/LargeScreen/EU4YouSingleActivity/build.gradle
+++ b/LargeScreen/EU4YouSingleActivity/build.gradle
@@ -3,24 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/LargeScreen/EU4YouSingleActivity/project.properties b/LargeScreen/EU4YouSingleActivity/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/LargeScreen/EU4YouSingleActivity/project.properties
+++ b/LargeScreen/EU4YouSingleActivity/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/LargeScreen/EU4YouSlidingPane/build.gradle b/LargeScreen/EU4YouSlidingPane/build.gradle
index c3d76adbf..46c863507 100644
--- a/LargeScreen/EU4YouSlidingPane/build.gradle
+++ b/LargeScreen/EU4YouSlidingPane/build.gradle
@@ -3,24 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/LargeScreen/EU4YouSlidingPane/project.properties b/LargeScreen/EU4YouSlidingPane/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/LargeScreen/EU4YouSlidingPane/project.properties
+++ b/LargeScreen/EU4YouSlidingPane/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/LargeScreen/EU4YouStaticCountries/build.gradle b/LargeScreen/EU4YouStaticCountries/build.gradle
index c3d76adbf..46c863507 100644
--- a/LargeScreen/EU4YouStaticCountries/build.gradle
+++ b/LargeScreen/EU4YouStaticCountries/build.gradle
@@ -3,24 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/LargeScreen/EU4YouStaticCountries/project.properties b/LargeScreen/EU4YouStaticCountries/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/LargeScreen/EU4YouStaticCountries/project.properties
+++ b/LargeScreen/EU4YouStaticCountries/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/Loaders/ConstantsLoader/AndroidManifest.xml b/Loaders/ConstantsLoader/AndroidManifest.xml
index 89a6fd85e..fa2344ab7 100644
--- a/Loaders/ConstantsLoader/AndroidManifest.xml
+++ b/Loaders/ConstantsLoader/AndroidManifest.xml
@@ -7,7 +7,10 @@
-
+
diff --git a/Loaders/ConstantsLoader/build.gradle b/Loaders/ConstantsLoader/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/Loaders/ConstantsLoader/build.gradle
+++ b/Loaders/ConstantsLoader/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Loaders/ConstantsLoader/project.properties b/Loaders/ConstantsLoader/project.properties
index d79abae19..a5578ba09 100644
--- a/Loaders/ConstantsLoader/project.properties
+++ b/Loaders/ConstantsLoader/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-11
+target=android-19
diff --git a/Location/Fused/build.gradle b/Location/Fused/build.gradle
index 2f7c1ad78..804f02d8a 100644
--- a/Location/Fused/build.gradle
+++ b/Location/Fused/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:4.4.52'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Location/Fused/project.properties b/Location/Fused/project.properties
index 44e1514eb..5a0b4813b 100644
--- a/Location/Fused/project.properties
+++ b/Location/Fused/project.properties
@@ -1,2 +1,2 @@
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
-target=android-15
+target=android-19
diff --git a/Location/Periodic/build.gradle b/Location/Periodic/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/Location/Periodic/build.gradle
+++ b/Location/Periodic/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Location/Periodic/project.properties b/Location/Periodic/project.properties
index 85aac5401..4ab125693 100644
--- a/Location/Periodic/project.properties
+++ b/Location/Periodic/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-8
+target=android-19
diff --git a/MAT/LeakedThread/build.gradle b/MAT/LeakedThread/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/MAT/LeakedThread/build.gradle
+++ b/MAT/LeakedThread/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/MAT/LeakedThread/project.properties b/MAT/LeakedThread/project.properties
index 025839c6b..0a458d4d7 100644
--- a/MAT/LeakedThread/project.properties
+++ b/MAT/LeakedThread/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/MAT/RandomAppOfCrap/build.gradle b/MAT/RandomAppOfCrap/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/MAT/RandomAppOfCrap/build.gradle
+++ b/MAT/RandomAppOfCrap/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/MAT/Spinners/build.gradle b/MAT/Spinners/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/MAT/Spinners/build.gradle
+++ b/MAT/Spinners/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/MAT/Spinners/project.properties b/MAT/Spinners/project.properties
index ea89160e0..a5578ba09 100644
--- a/MAT/Spinners/project.properties
+++ b/MAT/Spinners/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/MAT/Spinners/tests/project.properties b/MAT/Spinners/tests/project.properties
index 85aac5401..4ab125693 100644
--- a/MAT/Spinners/tests/project.properties
+++ b/MAT/Spinners/tests/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-8
+target=android-19
diff --git a/MAT/StaticWidget/build.gradle b/MAT/StaticWidget/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/MAT/StaticWidget/build.gradle
+++ b/MAT/StaticWidget/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/MAT/StaticWidget/project.properties b/MAT/StaticWidget/project.properties
index 025839c6b..0a458d4d7 100644
--- a/MAT/StaticWidget/project.properties
+++ b/MAT/StaticWidget/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Manifest/Alias/build.gradle b/Manifest/Alias/build.gradle
index 49dbf93c1..7f28ddcca 100644
--- a/Manifest/Alias/build.gradle
+++ b/Manifest/Alias/build.gradle
@@ -3,18 +3,14 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
-}
+apply plugin: 'com.android.application'
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Manifest/Alias/project.properties b/Manifest/Alias/project.properties
index ea89160e0..a5578ba09 100644
--- a/Manifest/Alias/project.properties
+++ b/Manifest/Alias/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/MapsV2/Animator/build.gradle b/MapsV2/Animator/build.gradle
index 37d765e9c..ebf8b6b52 100644
--- a/MapsV2/Animator/build.gradle
+++ b/MapsV2/Animator/build.gradle
@@ -3,26 +3,23 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
- compile 'com.google.maps.android:android-maps-utils:0.3+'
+ compile 'com.google.android.gms:play-services:5.0.+'
+ compile 'com.google.maps.android:android-maps-utils:0.3+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Animator/project.properties b/MapsV2/Animator/project.properties
index 7a42eaff6..6097aa93c 100644
--- a/MapsV2/Animator/project.properties
+++ b/MapsV2/Animator/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../external/android-map-utils
diff --git a/MapsV2/Basic/build.gradle b/MapsV2/Basic/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/Basic/build.gradle
+++ b/MapsV2/Basic/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Basic/project.properties b/MapsV2/Basic/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/Basic/project.properties
+++ b/MapsV2/Basic/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/Bounds/build.gradle b/MapsV2/Bounds/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/Bounds/build.gradle
+++ b/MapsV2/Bounds/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Bounds/project.properties b/MapsV2/Bounds/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/Bounds/project.properties
+++ b/MapsV2/Bounds/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/Camera/build.gradle b/MapsV2/Camera/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/Camera/build.gradle
+++ b/MapsV2/Camera/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Camera/project.properties b/MapsV2/Camera/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/Camera/project.properties
+++ b/MapsV2/Camera/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/Drag/build.gradle b/MapsV2/Drag/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/Drag/build.gradle
+++ b/MapsV2/Drag/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Drag/project.properties b/MapsV2/Drag/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/Drag/project.properties
+++ b/MapsV2/Drag/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/FlatMarkers/build.gradle b/MapsV2/FlatMarkers/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/FlatMarkers/build.gradle
+++ b/MapsV2/FlatMarkers/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/FlatMarkers/project.properties b/MapsV2/FlatMarkers/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/FlatMarkers/project.properties
+++ b/MapsV2/FlatMarkers/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/ImagePopups/build.gradle b/MapsV2/ImagePopups/build.gradle
index 2f7c1ad78..54866ac50 100644
--- a/MapsV2/ImagePopups/build.gradle
+++ b/MapsV2/ImagePopups/build.gradle
@@ -3,25 +3,23 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
+ compile 'com.squareup.picasso:picasso:2.3.3'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/ImagePopups/project.properties b/MapsV2/ImagePopups/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/ImagePopups/project.properties
+++ b/MapsV2/ImagePopups/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/Location/build.gradle b/MapsV2/Location/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/Location/build.gradle
+++ b/MapsV2/Location/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Location/project.properties b/MapsV2/Location/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/Location/project.properties
+++ b/MapsV2/Location/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/Markers/build.gradle b/MapsV2/Markers/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/Markers/build.gradle
+++ b/MapsV2/Markers/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Markers/project.properties b/MapsV2/Markers/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/Markers/project.properties
+++ b/MapsV2/Markers/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/Models/build.gradle b/MapsV2/Models/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/Models/build.gradle
+++ b/MapsV2/Models/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Models/project.properties b/MapsV2/Models/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/Models/project.properties
+++ b/MapsV2/Models/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/MyLocation/build.gradle b/MapsV2/MyLocation/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/MyLocation/build.gradle
+++ b/MapsV2/MyLocation/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/MyLocation/project.properties b/MapsV2/MyLocation/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/MyLocation/project.properties
+++ b/MapsV2/MyLocation/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/NooYawk/build.gradle b/MapsV2/NooYawk/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/NooYawk/build.gradle
+++ b/MapsV2/NooYawk/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/NooYawk/project.properties b/MapsV2/NooYawk/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/NooYawk/project.properties
+++ b/MapsV2/NooYawk/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/Padding/build.gradle b/MapsV2/Padding/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/Padding/build.gradle
+++ b/MapsV2/Padding/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Padding/project.properties b/MapsV2/Padding/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/Padding/project.properties
+++ b/MapsV2/Padding/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/Pager/build.gradle b/MapsV2/Pager/build.gradle
index 2f7c1ad78..8953c0a17 100644
--- a/MapsV2/Pager/build.gradle
+++ b/MapsV2/Pager/build.gradle
@@ -3,25 +3,19 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Pager/project.properties b/MapsV2/Pager/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/Pager/project.properties
+++ b/MapsV2/Pager/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/Poly/build.gradle b/MapsV2/Poly/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/Poly/build.gradle
+++ b/MapsV2/Poly/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Poly/project.properties b/MapsV2/Poly/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/Poly/project.properties
+++ b/MapsV2/Poly/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/Popups/build.gradle b/MapsV2/Popups/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/Popups/build.gradle
+++ b/MapsV2/Popups/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Popups/project.properties b/MapsV2/Popups/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/Popups/project.properties
+++ b/MapsV2/Popups/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/Sherlock/build.gradle b/MapsV2/Sherlock/build.gradle
index 2f7c1ad78..f39404af5 100644
--- a/MapsV2/Sherlock/build.gradle
+++ b/MapsV2/Sherlock/build.gradle
@@ -3,25 +3,23 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Sherlock/project.properties b/MapsV2/Sherlock/project.properties
index c68da677d..9566bcf29 100644
--- a/MapsV2/Sherlock/project.properties
+++ b/MapsV2/Sherlock/project.properties
@@ -11,6 +11,6 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../external/ActionBarSherlock
android.library.reference.2=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/MapsV2/Taps/build.gradle b/MapsV2/Taps/build.gradle
index 2f7c1ad78..2cf3f0d9d 100644
--- a/MapsV2/Taps/build.gradle
+++ b/MapsV2/Taps/build.gradle
@@ -3,25 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.google.android.gms:play-services:5.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MapsV2/Taps/project.properties b/MapsV2/Taps/project.properties
index 6df78abd7..347123340 100644
--- a/MapsV2/Taps/project.properties
+++ b/MapsV2/Taps/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/Media/Audio/build.gradle b/Media/Audio/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Media/Audio/build.gradle
+++ b/Media/Audio/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Media/Audio/project.properties b/Media/Audio/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Media/Audio/project.properties
+++ b/Media/Audio/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Media/AudioPlayStream/build.gradle b/Media/AudioPlayStream/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Media/AudioPlayStream/build.gradle
+++ b/Media/AudioPlayStream/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Media/AudioPlayStream/project.properties b/Media/AudioPlayStream/project.properties
index 8da376af8..a5578ba09 100644
--- a/Media/AudioPlayStream/project.properties
+++ b/Media/AudioPlayStream/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-15
+target=android-19
diff --git a/Media/AudioRecordStream/build.gradle b/Media/AudioRecordStream/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Media/AudioRecordStream/build.gradle
+++ b/Media/AudioRecordStream/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Media/AudioRecordStream/libs/android-support-v4.jar b/Media/AudioRecordStream/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/Media/AudioRecordStream/libs/android-support-v4.jar and /dev/null differ
diff --git a/Media/AudioRecordStream/project.properties b/Media/AudioRecordStream/project.properties
index b7c2081d5..4ab125693 100644
--- a/Media/AudioRecordStream/project.properties
+++ b/Media/AudioRecordStream/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-10
+target=android-19
diff --git a/Media/AudioRecording/build.gradle b/Media/AudioRecording/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Media/AudioRecording/build.gradle
+++ b/Media/AudioRecording/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Media/AudioRecording/libs/android-support-v4.jar b/Media/AudioRecording/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/Media/AudioRecording/libs/android-support-v4.jar and /dev/null differ
diff --git a/Media/AudioRecording/project.properties b/Media/AudioRecording/project.properties
index b7c2081d5..4ab125693 100644
--- a/Media/AudioRecording/project.properties
+++ b/Media/AudioRecording/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-10
+target=android-19
diff --git a/Media/SoundRecordIntent/build.gradle b/Media/SoundRecordIntent/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Media/SoundRecordIntent/build.gradle
+++ b/Media/SoundRecordIntent/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Media/SoundRecordIntent/libs/android-support-v4.jar b/Media/SoundRecordIntent/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/Media/SoundRecordIntent/libs/android-support-v4.jar and /dev/null differ
diff --git a/Media/SoundRecordIntent/project.properties b/Media/SoundRecordIntent/project.properties
index b7c2081d5..4ab125693 100644
--- a/Media/SoundRecordIntent/project.properties
+++ b/Media/SoundRecordIntent/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-10
+target=android-19
diff --git a/Media/Video/build.gradle b/Media/Video/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Media/Video/build.gradle
+++ b/Media/Video/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Media/Video/project.properties b/Media/Video/project.properties
index 730e911f2..a5578ba09 100644
--- a/Media/Video/project.properties
+++ b/Media/Video/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-14
+target=android-19
diff --git a/Media/VideoList/build.gradle b/Media/VideoList/build.gradle
index 49dbf93c1..8a006b66d 100644
--- a/Media/VideoList/build.gradle
+++ b/Media/VideoList/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Media/VideoList/project.properties b/Media/VideoList/project.properties
index ad7ac7451..0a458d4d7 100644
--- a/Media/VideoList/project.properties
+++ b/Media/VideoList/project.properties
@@ -1 +1 @@
-target=android-17
+target=android-19
diff --git a/Media/VideoRecordIntent/build.gradle b/Media/VideoRecordIntent/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Media/VideoRecordIntent/build.gradle
+++ b/Media/VideoRecordIntent/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Media/VideoRecordIntent/libs/android-support-v4.jar b/Media/VideoRecordIntent/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/Media/VideoRecordIntent/libs/android-support-v4.jar and /dev/null differ
diff --git a/Media/VideoRecordIntent/project.properties b/Media/VideoRecordIntent/project.properties
index b7c2081d5..4ab125693 100644
--- a/Media/VideoRecordIntent/project.properties
+++ b/Media/VideoRecordIntent/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-10
+target=android-19
diff --git a/MediaRouter/ActionProvider/build.gradle b/MediaRouter/ActionProvider/build.gradle
index f1d1139fb..71ef9e45a 100644
--- a/MediaRouter/ActionProvider/build.gradle
+++ b/MediaRouter/ActionProvider/build.gradle
@@ -3,19 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.android.support:mediarouter-v7:19.1.0'
+ compile 'com.android.support:mediarouter-v7:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/MediaRouter/RemotePlayback/build.gradle b/MediaRouter/RemotePlayback/build.gradle
index f1d1139fb..71ef9e45a 100644
--- a/MediaRouter/RemotePlayback/build.gradle
+++ b/MediaRouter/RemotePlayback/build.gradle
@@ -3,19 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.android.support:mediarouter-v7:19.1.0'
+ compile 'com.android.support:mediarouter-v7:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/MediaRouter/RouteProvider/build.gradle b/MediaRouter/RouteProvider/build.gradle
index f1d1139fb..71ef9e45a 100644
--- a/MediaRouter/RouteProvider/build.gradle
+++ b/MediaRouter/RouteProvider/build.gradle
@@ -3,19 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.android.support:mediarouter-v7:19.1.0'
+ compile 'com.android.support:mediarouter-v7:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/MiscSecurity/SecureServiceIPC/BadService/build.gradle b/MiscSecurity/SecureServiceIPC/BadService/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/MiscSecurity/SecureServiceIPC/BadService/build.gradle
+++ b/MiscSecurity/SecureServiceIPC/BadService/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/MiscSecurity/SecureServiceIPC/BadService/project.properties b/MiscSecurity/SecureServiceIPC/BadService/project.properties
index ce39f2d0a..4ab125693 100644
--- a/MiscSecurity/SecureServiceIPC/BadService/project.properties
+++ b/MiscSecurity/SecureServiceIPC/BadService/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/MiscSecurity/SecureServiceIPC/Client/build.gradle b/MiscSecurity/SecureServiceIPC/Client/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/MiscSecurity/SecureServiceIPC/Client/build.gradle
+++ b/MiscSecurity/SecureServiceIPC/Client/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/MiscSecurity/SecureServiceIPC/Client/libs/android-support-v4.jar b/MiscSecurity/SecureServiceIPC/Client/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/MiscSecurity/SecureServiceIPC/Client/libs/android-support-v4.jar and /dev/null differ
diff --git a/MiscSecurity/SecureServiceIPC/Client/project.properties b/MiscSecurity/SecureServiceIPC/Client/project.properties
index ce39f2d0a..4ab125693 100644
--- a/MiscSecurity/SecureServiceIPC/Client/project.properties
+++ b/MiscSecurity/SecureServiceIPC/Client/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/MiscSecurity/SecureServiceIPC/GoodService/build.gradle b/MiscSecurity/SecureServiceIPC/GoodService/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/MiscSecurity/SecureServiceIPC/GoodService/build.gradle
+++ b/MiscSecurity/SecureServiceIPC/GoodService/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/MiscSecurity/SecureServiceIPC/GoodService/project.properties b/MiscSecurity/SecureServiceIPC/GoodService/project.properties
index ce39f2d0a..4ab125693 100644
--- a/MiscSecurity/SecureServiceIPC/GoodService/project.properties
+++ b/MiscSecurity/SecureServiceIPC/GoodService/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/MiscSecurity/SigCheck/build.gradle b/MiscSecurity/SigCheck/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/MiscSecurity/SigCheck/build.gradle
+++ b/MiscSecurity/SigCheck/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/MiscSecurity/SigCheck/libs/android-support-v4.jar b/MiscSecurity/SigCheck/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/MiscSecurity/SigCheck/libs/android-support-v4.jar and /dev/null differ
diff --git a/MiscSecurity/SigCheck/project.properties b/MiscSecurity/SigCheck/project.properties
index ce39f2d0a..4ab125693 100644
--- a/MiscSecurity/SigCheck/project.properties
+++ b/MiscSecurity/SigCheck/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/MiscSecurity/SigDump/build.gradle b/MiscSecurity/SigDump/build.gradle
index c3d76adbf..720f127ce 100644
--- a/MiscSecurity/SigDump/build.gradle
+++ b/MiscSecurity/SigDump/build.gradle
@@ -3,24 +3,22 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/MiscSecurity/SigDump/project.properties b/MiscSecurity/SigDump/project.properties
index a3ee5ab64..4ab125693 100644
--- a/MiscSecurity/SigDump/project.properties
+++ b/MiscSecurity/SigDump/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
diff --git a/MiscSecurity/SigHashCheck/build.gradle b/MiscSecurity/SigHashCheck/build.gradle
index 792f595a0..0ef80d722 100644
--- a/MiscSecurity/SigHashCheck/build.gradle
+++ b/MiscSecurity/SigHashCheck/build.gradle
@@ -3,10 +3,10 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
maven {
@@ -15,13 +15,12 @@ repositories {
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.commonsware.cwac:security:0.3.+'
+ compile 'com.commonsware.cwac:security:0.3.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/MiscSecurity/SigHashCheck/project.properties b/MiscSecurity/SigHashCheck/project.properties
index b697e8bd4..afb717615 100644
--- a/MiscSecurity/SigHashCheck/project.properties
+++ b/MiscSecurity/SigHashCheck/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
android.library.reference.1=../../../../../projects/CWAC/Security/security
diff --git a/MiscUI/DelayedTimeout/build.gradle b/MiscUI/DelayedTimeout/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/MiscUI/DelayedTimeout/build.gradle
+++ b/MiscUI/DelayedTimeout/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/MiscUI/DelayedTimeout/libs/android-support-v4.jar b/MiscUI/DelayedTimeout/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/MiscUI/DelayedTimeout/libs/android-support-v4.jar and /dev/null differ
diff --git a/MiscUI/DelayedTimeout/project.properties b/MiscUI/DelayedTimeout/project.properties
index a3ee5ab64..4ab125693 100644
--- a/MiscUI/DelayedTimeout/project.properties
+++ b/MiscUI/DelayedTimeout/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
diff --git a/NFC/FileBeam/build.gradle b/NFC/FileBeam/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/NFC/FileBeam/build.gradle
+++ b/NFC/FileBeam/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/NFC/FileBeam/libs/android-support-v4.jar b/NFC/FileBeam/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/NFC/FileBeam/libs/android-support-v4.jar and /dev/null differ
diff --git a/NFC/FileBeam/project.properties b/NFC/FileBeam/project.properties
index 9b84a6b4b..4ab125693 100644
--- a/NFC/FileBeam/project.properties
+++ b/NFC/FileBeam/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-16
+target=android-19
diff --git a/NFC/SecretAgentMan/build.gradle b/NFC/SecretAgentMan/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/NFC/SecretAgentMan/build.gradle
+++ b/NFC/SecretAgentMan/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/NFC/SecretAgentMan/libs/android-support-v4.jar b/NFC/SecretAgentMan/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/NFC/SecretAgentMan/libs/android-support-v4.jar and /dev/null differ
diff --git a/NFC/SecretAgentMan/project.properties b/NFC/SecretAgentMan/project.properties
index 9b84a6b4b..4ab125693 100644
--- a/NFC/SecretAgentMan/project.properties
+++ b/NFC/SecretAgentMan/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-16
+target=android-19
diff --git a/NFC/URLTagger/build.gradle b/NFC/URLTagger/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/NFC/URLTagger/build.gradle
+++ b/NFC/URLTagger/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/NFC/URLTagger/project.properties b/NFC/URLTagger/project.properties
index f049142c1..a5578ba09 100644
--- a/NFC/URLTagger/project.properties
+++ b/NFC/URLTagger/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-10
+target=android-19
diff --git a/NFC/WebBeam/build.gradle b/NFC/WebBeam/build.gradle
index c3d76adbf..5450bddf1 100644
--- a/NFC/WebBeam/build.gradle
+++ b/NFC/WebBeam/build.gradle
@@ -3,24 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/NFC/WebBeam/project.properties b/NFC/WebBeam/project.properties
index 8937e94b9..4ab125693 100644
--- a/NFC/WebBeam/project.properties
+++ b/NFC/WebBeam/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-14
+target=android-19
diff --git a/NavDrawer/Activated/build.gradle b/NavDrawer/Activated/build.gradle
index 49dbf93c1..37dcab4aa 100644
--- a/NavDrawer/Activated/build.gradle
+++ b/NavDrawer/Activated/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/NavDrawer/Activated/project.properties b/NavDrawer/Activated/project.properties
index a3ee5ab64..4ab125693 100644
--- a/NavDrawer/Activated/project.properties
+++ b/NavDrawer/Activated/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
diff --git a/NavDrawer/Simple/build.gradle b/NavDrawer/Simple/build.gradle
index 49dbf93c1..37dcab4aa 100644
--- a/NavDrawer/Simple/build.gradle
+++ b/NavDrawer/Simple/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/NavDrawer/Simple/project.properties b/NavDrawer/Simple/project.properties
index a3ee5ab64..4ab125693 100644
--- a/NavDrawer/Simple/project.properties
+++ b/NavDrawer/Simple/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
diff --git a/Notifications/Foreground/build.gradle b/Notifications/Foreground/build.gradle
index c3d76adbf..e0020071b 100644
--- a/Notifications/Foreground/build.gradle
+++ b/Notifications/Foreground/build.gradle
@@ -3,24 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Notifications/Foreground/project.properties b/Notifications/Foreground/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/Notifications/Foreground/project.properties
+++ b/Notifications/Foreground/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/Notifications/HCNotifyDemo/build.gradle b/Notifications/HCNotifyDemo/build.gradle
index 49dbf93c1..619da6e96 100644
--- a/Notifications/HCNotifyDemo/build.gradle
+++ b/Notifications/HCNotifyDemo/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Notifications/HCNotifyDemo/project.properties b/Notifications/HCNotifyDemo/project.properties
index d79abae19..a5578ba09 100644
--- a/Notifications/HCNotifyDemo/project.properties
+++ b/Notifications/HCNotifyDemo/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-11
+target=android-19
diff --git a/Notifications/Ordered/build.gradle b/Notifications/Ordered/build.gradle
index 49dbf93c1..619da6e96 100644
--- a/Notifications/Ordered/build.gradle
+++ b/Notifications/Ordered/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Notifications/Ordered/project.properties b/Notifications/Ordered/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Notifications/Ordered/project.properties
+++ b/Notifications/Ordered/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Notifications/Progress/build.gradle b/Notifications/Progress/build.gradle
index 49dbf93c1..619da6e96 100644
--- a/Notifications/Progress/build.gradle
+++ b/Notifications/Progress/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Notifications/Progress/project.properties b/Notifications/Progress/project.properties
index d79abae19..a5578ba09 100644
--- a/Notifications/Progress/project.properties
+++ b/Notifications/Progress/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-11
+target=android-19
diff --git a/Phone/Dialer/build.gradle b/Phone/Dialer/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Phone/Dialer/build.gradle
+++ b/Phone/Dialer/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Phone/Dialer/project.properties b/Phone/Dialer/project.properties
index 7bad1df4c..ba4a6c013 100644
--- a/Phone/Dialer/project.properties
+++ b/Phone/Dialer/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-15
+target=android-19
diff --git a/PhoneGap/Checklist/project.properties b/PhoneGap/Checklist/project.properties
index ea89160e0..a5578ba09 100644
--- a/PhoneGap/Checklist/project.properties
+++ b/PhoneGap/Checklist/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/PhoneGap/ChecklistEx/project.properties b/PhoneGap/ChecklistEx/project.properties
index ea89160e0..a5578ba09 100644
--- a/PhoneGap/ChecklistEx/project.properties
+++ b/PhoneGap/ChecklistEx/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Power/Downloader/build.gradle b/Power/Downloader/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Power/Downloader/build.gradle
+++ b/Power/Downloader/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Prefs/FragmentsBC/build.gradle b/Prefs/FragmentsBC/build.gradle
index d4c687291..5450bddf1 100644
--- a/Prefs/FragmentsBC/build.gradle
+++ b/Prefs/FragmentsBC/build.gradle
@@ -3,24 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
}
android {
compileSdkVersion 19
- buildToolsVersion "19.0.1"
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Prefs/Sync/Core/project.properties b/Prefs/Sync/Core/project.properties
index dfa4dd097..91d2b0246 100644
--- a/Prefs/Sync/Core/project.properties
+++ b/Prefs/Sync/Core/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-16
+target=android-19
android.library=true
diff --git a/Prefs/Sync/One/project.properties b/Prefs/Sync/One/project.properties
index 8cf53e8ce..2d8ea2297 100644
--- a/Prefs/Sync/One/project.properties
+++ b/Prefs/Sync/One/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-16
+target=android-19
android.library.reference.1=../Core
diff --git a/Prefs/Sync/Two/project.properties b/Prefs/Sync/Two/project.properties
index 8cf53e8ce..2d8ea2297 100644
--- a/Prefs/Sync/Two/project.properties
+++ b/Prefs/Sync/Two/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-16
+target=android-19
android.library.reference.1=../Core
diff --git a/Presentation/Fragment/build.gradle b/Presentation/Fragment/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Presentation/Fragment/build.gradle
+++ b/Presentation/Fragment/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Presentation/Fragment/project.properties b/Presentation/Fragment/project.properties
index a3ee5ab64..4ab125693 100644
--- a/Presentation/Fragment/project.properties
+++ b/Presentation/Fragment/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
diff --git a/Presentation/Simple/build.gradle b/Presentation/Simple/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Presentation/Simple/build.gradle
+++ b/Presentation/Simple/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Presentation/Simple/project.properties b/Presentation/Simple/project.properties
index a3ee5ab64..4ab125693 100644
--- a/Presentation/Simple/project.properties
+++ b/Presentation/Simple/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
diff --git a/Presentation/Simpler/build.gradle b/Presentation/Simpler/build.gradle
index 49dbf93c1..306eff257 100644
--- a/Presentation/Simpler/build.gradle
+++ b/Presentation/Simpler/build.gradle
@@ -3,18 +3,24 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
+ }
+}
+apply plugin: 'com.android.application'
+
+repositories {
+ maven {
+ url "https://repo.commonsware.com.s3.amazonaws.com"
}
}
-apply plugin: 'android'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.commonsware.cwac:presentation:0.4.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Presentation/Simpler/project.properties b/Presentation/Simpler/project.properties
index a3ee5ab64..4ab125693 100644
--- a/Presentation/Simpler/project.properties
+++ b/Presentation/Simpler/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
diff --git a/Presentation/Slides/build.gradle b/Presentation/Slides/build.gradle
index 4e71c9801..20f50a3d4 100644
--- a/Presentation/Slides/build.gradle
+++ b/Presentation/Slides/build.gradle
@@ -3,10 +3,10 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
maven {
@@ -24,8 +24,8 @@ dependencies {
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Presentation/Slides/project.properties b/Presentation/Slides/project.properties
index 13c93a3c5..464c53810 100644
--- a/Presentation/Slides/project.properties
+++ b/Presentation/Slides/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
android.library.reference.1=../../external/ViewPagerIndicator
diff --git a/Printing/PrintManager/build.gradle b/Printing/PrintManager/build.gradle
index c0e994ed6..917e3ce4d 100644
--- a/Printing/PrintManager/build.gradle
+++ b/Printing/PrintManager/build.gradle
@@ -3,18 +3,27 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
+ }
+}
+apply plugin: 'com.android.application'
+
+repositories {
+ mavenCentral()
+ maven {
+ url "https://repo.commonsware.com.s3.amazonaws.com"
}
}
-apply plugin: 'android'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.samskivert:jmustache:1.9'
+ compile 'com.android.support:support-v13:19.1.0'
+ compile 'com.commonsware.cwac:layouts:0.4.+'
}
android {
compileSdkVersion 19
- buildToolsVersion "19.0.1"
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Progress/BarSampler/build.gradle b/Progress/BarSampler/build.gradle
index 49dbf93c1..8a006b66d 100644
--- a/Progress/BarSampler/build.gradle
+++ b/Progress/BarSampler/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Progress/BarSampler/libs/android-support-v4.jar b/Progress/BarSampler/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/Progress/BarSampler/libs/android-support-v4.jar and /dev/null differ
diff --git a/Progress/BarSampler/project.properties b/Progress/BarSampler/project.properties
index 9b84a6b4b..4ab125693 100644
--- a/Progress/BarSampler/project.properties
+++ b/Progress/BarSampler/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-16
+target=android-19
diff --git a/Progress/Dialog/build.gradle b/Progress/Dialog/build.gradle
index c3d76adbf..5450bddf1 100644
--- a/Progress/Dialog/build.gradle
+++ b/Progress/Dialog/build.gradle
@@ -3,24 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Progress/Dialog/project.properties b/Progress/Dialog/project.properties
index 0840b4a05..4ab125693 100644
--- a/Progress/Dialog/project.properties
+++ b/Progress/Dialog/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-15
+target=android-19
diff --git a/Progress/Styled/build.gradle b/Progress/Styled/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Progress/Styled/build.gradle
+++ b/Progress/Styled/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Progress/Styled/libs/android-support-v4.jar b/Progress/Styled/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/Progress/Styled/libs/android-support-v4.jar and /dev/null differ
diff --git a/Progress/Styled/project.properties b/Progress/Styled/project.properties
index 9b84a6b4b..4ab125693 100644
--- a/Progress/Styled/project.properties
+++ b/Progress/Styled/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-16
+target=android-19
diff --git a/Progress/TitleBar/build.gradle b/Progress/TitleBar/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Progress/TitleBar/build.gradle
+++ b/Progress/TitleBar/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Progress/TitleBar/libs/android-support-v4.jar b/Progress/TitleBar/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/Progress/TitleBar/libs/android-support-v4.jar and /dev/null differ
diff --git a/Progress/TitleBar/project.properties b/Progress/TitleBar/project.properties
index 9b84a6b4b..4ab125693 100644
--- a/Progress/TitleBar/project.properties
+++ b/Progress/TitleBar/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-16
+target=android-19
diff --git a/Push/C2DM/project.properties b/Push/C2DM/project.properties
index ea89160e0..a5578ba09 100644
--- a/Push/C2DM/project.properties
+++ b/Push/C2DM/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Push/GCMClient/project.properties b/Push/GCMClient/project.properties
index 8937e94b9..4ab125693 100644
--- a/Push/GCMClient/project.properties
+++ b/Push/GCMClient/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-14
+target=android-19
diff --git a/Push/GCMClient2/build.gradle b/Push/GCMClient2/build.gradle
index 2af92d144..9b8c7b031 100644
--- a/Push/GCMClient2/build.gradle
+++ b/Push/GCMClient2/build.gradle
@@ -3,24 +3,27 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
mavenCentral()
+ maven {
+ url "https://repo.commonsware.com.s3.amazonaws.com"
+ }
}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.android.support:support-v4:19.1.0'
- compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.android.support:support-v13:19.1.0'
+ compile 'com.google.android.gms:play-services:4.4.52'
+ compile 'com.commonsware.cwac:wakeful:1.0.+'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Push/GCMClient2/project.properties b/Push/GCMClient2/project.properties
index 20928e4b5..347123340 100644
--- a/Push/GCMClient2/project.properties
+++ b/Push/GCMClient2/project.properties
@@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-14
+target=android-19
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib
diff --git a/README.markdown b/README.markdown
index b38935cf6..2533d6f7e 100755
--- a/README.markdown
+++ b/README.markdown
@@ -10,6 +10,14 @@ change with every release, and since some samples are used by
multiple chapters, I am loathe to put chapter numbers in the
actual directory names.
+## Using in Android Studio
+
+Most of the projects should have a `build.gradle` file suitable for
+importing the project into Android Studio. Note, though, that you
+may need to adjust the `compileSdkVersion` in `build.gradle` if it
+requests an SDK that you have not downloaded and do not wish to
+download.
+
## Using in Eclipse
These projects can be imported using the normal Eclipse import process. That
@@ -24,8 +32,10 @@ are getting errors:
installed. You will need to set the project build target to something that
you have, by means of Project Properties.
-- Many of these projects use [ActionBarSherlock](http://actionbarsherlock.com).
-There is a copy of a compatible ActionBarSherlock in `external/`, and the
+- A few of these projects use [ActionBarSherlock](http://actionbarsherlock.com) or
+other Android library projects. You will need to attach a suitable copy of those
+projects to your app. For example,
+there is a copy of a compatible ActionBarSherlock in `external/`, and the
project files are set up to reference that copy. If you import it first, your
imports of other sample apps should go more smoothly. Alternatively, you
can download and set up ActionBarSherlock yourself in your Eclipse workspace,
@@ -40,10 +50,3 @@ in the Java Compiler area.
- Restarting Eclipse, for whatever reason, can clear up some undefined problems
indicated by red exclamation marks over the project name in the Project Explorer.
-## Using from Ant
-
-If you wish to use this code, you should delete build.xml from the project, then run
- `android update project -p ...` (where ... is the path to a project of interest)
- on those projects you wish to use, so the build files are
- updated for your Android SDK version.
-
diff --git a/RemoteViews/Host/build.gradle b/RemoteViews/Host/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/RemoteViews/Host/build.gradle
+++ b/RemoteViews/Host/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/RemoteViews/Host/project.properties b/RemoteViews/Host/project.properties
index 025839c6b..0a458d4d7 100644
--- a/RemoteViews/Host/project.properties
+++ b/RemoteViews/Host/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/RemoteViews/Plugin/build.gradle b/RemoteViews/Plugin/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/RemoteViews/Plugin/build.gradle
+++ b/RemoteViews/Plugin/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/RemoteViews/Plugin/project.properties b/RemoteViews/Plugin/project.properties
index 025839c6b..0a458d4d7 100644
--- a/RemoteViews/Plugin/project.properties
+++ b/RemoteViews/Plugin/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/RestrictedProfiles/App/build.gradle b/RestrictedProfiles/App/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/RestrictedProfiles/App/build.gradle
+++ b/RestrictedProfiles/App/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/RestrictedProfiles/App/project.properties b/RestrictedProfiles/App/project.properties
index ce39f2d0a..4ab125693 100644
--- a/RestrictedProfiles/App/project.properties
+++ b/RestrictedProfiles/App/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/RestrictedProfiles/Device/build.gradle b/RestrictedProfiles/Device/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/RestrictedProfiles/Device/build.gradle
+++ b/RestrictedProfiles/Device/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/RestrictedProfiles/Device/libs/android-support-v4.jar b/RestrictedProfiles/Device/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/RestrictedProfiles/Device/libs/android-support-v4.jar and /dev/null differ
diff --git a/RestrictedProfiles/Device/project.properties b/RestrictedProfiles/Device/project.properties
index ce39f2d0a..4ab125693 100644
--- a/RestrictedProfiles/Device/project.properties
+++ b/RestrictedProfiles/Device/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/RichText/Search/build.gradle b/RichText/Search/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/RichText/Search/build.gradle
+++ b/RichText/Search/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/RichText/Search/project.properties b/RichText/Search/project.properties
index 025839c6b..0a458d4d7 100644
--- a/RichText/Search/project.properties
+++ b/RichText/Search/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/SMS/Monitor/build.gradle b/SMS/Monitor/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/SMS/Monitor/build.gradle
+++ b/SMS/Monitor/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/SMS/Monitor/project.properties b/SMS/Monitor/project.properties
index ea89160e0..a5578ba09 100644
--- a/SMS/Monitor/project.properties
+++ b/SMS/Monitor/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/SMS/Sender/build.gradle b/SMS/Sender/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/SMS/Sender/build.gradle
+++ b/SMS/Sender/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/SMS/Sender/project.properties b/SMS/Sender/project.properties
index ea89160e0..a5578ba09 100644
--- a/SMS/Sender/project.properties
+++ b/SMS/Sender/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Search/Lorem/build.gradle b/Search/Lorem/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Search/Lorem/build.gradle
+++ b/Search/Lorem/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Search/Lorem/project.properties b/Search/Lorem/project.properties
index ea89160e0..a5578ba09 100644
--- a/Search/Lorem/project.properties
+++ b/Search/Lorem/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Selection/AutoComplete/.classpath b/Selection/AutoComplete/.classpath
index 72fda77e7..7bc01d9a9 100644
--- a/Selection/AutoComplete/.classpath
+++ b/Selection/AutoComplete/.classpath
@@ -3,6 +3,7 @@
-
+
+
diff --git a/Selection/AutoComplete/AndroidManifest.xml b/Selection/AutoComplete/AndroidManifest.xml
index 1d3437277..47f6f18de 100644
--- a/Selection/AutoComplete/AndroidManifest.xml
+++ b/Selection/AutoComplete/AndroidManifest.xml
@@ -1,13 +1,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Selection/AutoComplete/build.gradle b/Selection/AutoComplete/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Selection/AutoComplete/build.gradle
+++ b/Selection/AutoComplete/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Selection/AutoComplete/project.properties b/Selection/AutoComplete/project.properties
index f65831e14..ba4a6c013 100644
--- a/Selection/AutoComplete/project.properties
+++ b/Selection/AutoComplete/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Selection/Checklist/.classpath b/Selection/Checklist/.classpath
index 72fda77e7..7bc01d9a9 100644
--- a/Selection/Checklist/.classpath
+++ b/Selection/Checklist/.classpath
@@ -3,6 +3,7 @@
-
+
+
diff --git a/Selection/Checklist/AndroidManifest.xml b/Selection/Checklist/AndroidManifest.xml
index 563c4788f..7f91dd2b9 100644
--- a/Selection/Checklist/AndroidManifest.xml
+++ b/Selection/Checklist/AndroidManifest.xml
@@ -1,13 +1,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Selection/Checklist/build.gradle b/Selection/Checklist/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Selection/Checklist/build.gradle
+++ b/Selection/Checklist/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Selection/Checklist/project.properties b/Selection/Checklist/project.properties
index f65831e14..ba4a6c013 100644
--- a/Selection/Checklist/project.properties
+++ b/Selection/Checklist/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Selection/Dynamic/AndroidManifest.xml b/Selection/Dynamic/AndroidManifest.xml
index 7d8c3cbae..eb427d5e8 100644
--- a/Selection/Dynamic/AndroidManifest.xml
+++ b/Selection/Dynamic/AndroidManifest.xml
@@ -3,7 +3,7 @@
-
+
diff --git a/Selection/Dynamic/build.gradle b/Selection/Dynamic/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Selection/Dynamic/build.gradle
+++ b/Selection/Dynamic/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Selection/Dynamic/project.properties b/Selection/Dynamic/project.properties
index f65831e14..ba4a6c013 100644
--- a/Selection/Dynamic/project.properties
+++ b/Selection/Dynamic/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Selection/Grid/.classpath b/Selection/Grid/.classpath
index 72fda77e7..7bc01d9a9 100644
--- a/Selection/Grid/.classpath
+++ b/Selection/Grid/.classpath
@@ -3,6 +3,7 @@
-
+
+
diff --git a/Selection/Grid/AndroidManifest.xml b/Selection/Grid/AndroidManifest.xml
index 54f76c04e..a2ea62fdc 100644
--- a/Selection/Grid/AndroidManifest.xml
+++ b/Selection/Grid/AndroidManifest.xml
@@ -1,13 +1,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Selection/Grid/build.gradle b/Selection/Grid/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Selection/Grid/build.gradle
+++ b/Selection/Grid/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Selection/Grid/project.properties b/Selection/Grid/project.properties
index f65831e14..ba4a6c013 100644
--- a/Selection/Grid/project.properties
+++ b/Selection/Grid/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Selection/HeaderDetailList/build.gradle b/Selection/HeaderDetailList/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Selection/HeaderDetailList/build.gradle
+++ b/Selection/HeaderDetailList/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Selection/HeaderDetailList/project.properties b/Selection/HeaderDetailList/project.properties
index f65831e14..ba4a6c013 100644
--- a/Selection/HeaderDetailList/project.properties
+++ b/Selection/HeaderDetailList/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Selection/HeaderFooter/build.gradle b/Selection/HeaderFooter/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Selection/HeaderFooter/build.gradle
+++ b/Selection/HeaderFooter/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Selection/HeaderFooter/project.properties b/Selection/HeaderFooter/project.properties
index ea89160e0..a5578ba09 100644
--- a/Selection/HeaderFooter/project.properties
+++ b/Selection/HeaderFooter/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Selection/List/AndroidManifest.xml b/Selection/List/AndroidManifest.xml
index 73d1a7bbe..a69627e57 100644
--- a/Selection/List/AndroidManifest.xml
+++ b/Selection/List/AndroidManifest.xml
@@ -1,13 +1,26 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Selection/List/build.gradle b/Selection/List/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Selection/List/build.gradle
+++ b/Selection/List/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Selection/List/project.properties b/Selection/List/project.properties
index f65831e14..ba4a6c013 100644
--- a/Selection/List/project.properties
+++ b/Selection/List/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Selection/RateList/build.gradle b/Selection/RateList/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Selection/RateList/build.gradle
+++ b/Selection/RateList/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Selection/RateList/project.properties b/Selection/RateList/project.properties
index f65831e14..ba4a6c013 100644
--- a/Selection/RateList/project.properties
+++ b/Selection/RateList/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Selection/Spinner/AndroidManifest.xml b/Selection/Spinner/AndroidManifest.xml
index 4cf12fc5e..33b1920c6 100644
--- a/Selection/Spinner/AndroidManifest.xml
+++ b/Selection/Spinner/AndroidManifest.xml
@@ -21,6 +21,9 @@
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"/>
-
+
+
\ No newline at end of file
diff --git a/Selection/Spinner/build.gradle b/Selection/Spinner/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Selection/Spinner/build.gradle
+++ b/Selection/Spinner/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Selection/Spinner/project.properties b/Selection/Spinner/project.properties
index f65831e14..ba4a6c013 100644
--- a/Selection/Spinner/project.properties
+++ b/Selection/Spinner/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Selection/ViewHolder/build.gradle b/Selection/ViewHolder/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Selection/ViewHolder/build.gradle
+++ b/Selection/ViewHolder/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Selection/ViewHolder/project.properties b/Selection/ViewHolder/project.properties
index f65831e14..ba4a6c013 100644
--- a/Selection/ViewHolder/project.properties
+++ b/Selection/ViewHolder/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/Sensor/List/build.gradle b/Sensor/List/build.gradle
index c3d76adbf..5450bddf1 100644
--- a/Sensor/List/build.gradle
+++ b/Sensor/List/build.gradle
@@ -3,24 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Sensor/List/project.properties b/Sensor/List/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/Sensor/List/project.properties
+++ b/Sensor/List/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/Sensor/Monitor/build.gradle b/Sensor/Monitor/build.gradle
index d4c687291..e0020071b 100644
--- a/Sensor/Monitor/build.gradle
+++ b/Sensor/Monitor/build.gradle
@@ -3,24 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
compileSdkVersion 19
- buildToolsVersion "19.0.1"
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Service/Downloader/build.gradle b/Service/Downloader/build.gradle
index c3d76adbf..e0020071b 100644
--- a/Service/Downloader/build.gradle
+++ b/Service/Downloader/build.gradle
@@ -3,24 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Service/Downloader/project.properties b/Service/Downloader/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/Service/Downloader/project.properties
+++ b/Service/Downloader/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/Service/FakePlayer/build.gradle b/Service/FakePlayer/build.gradle
index c3d76adbf..5450bddf1 100644
--- a/Service/FakePlayer/build.gradle
+++ b/Service/FakePlayer/build.gradle
@@ -3,24 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/Service/FakePlayer/project.properties b/Service/FakePlayer/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/Service/FakePlayer/project.properties
+++ b/Service/FakePlayer/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/Skeleton/Now/build.gradle b/Skeleton/Now/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Skeleton/Now/build.gradle
+++ b/Skeleton/Now/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Skeleton/Now/project.properties b/Skeleton/Now/project.properties
index f65831e14..ba4a6c013 100644
--- a/Skeleton/Now/project.properties
+++ b/Skeleton/Now/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/SmartWatch/Simple/project.properties b/SmartWatch/Simple/project.properties
index f437182dd..c46ecfab2 100644
--- a/SmartWatch/Simple/project.properties
+++ b/SmartWatch/Simple/project.properties
@@ -8,5 +8,5 @@
# project structure.
# Project target.
-target=android-11
+target=android-19
android.library.reference.1=../../../../../projects/3rdParty/Sony/SmartExtensionUtils
diff --git a/SmartWatch/WatchAuth/project.properties b/SmartWatch/WatchAuth/project.properties
index f437182dd..c46ecfab2 100644
--- a/SmartWatch/WatchAuth/project.properties
+++ b/SmartWatch/WatchAuth/project.properties
@@ -8,5 +8,5 @@
# project structure.
# Project target.
-target=android-11
+target=android-19
android.library.reference.1=../../../../../projects/3rdParty/Sony/SmartExtensionUtils
diff --git a/Styles/NowStyled/.classpath b/Styles/NowStyled/.classpath
index 72fda77e7..7bc01d9a9 100644
--- a/Styles/NowStyled/.classpath
+++ b/Styles/NowStyled/.classpath
@@ -3,6 +3,7 @@
-
+
+
diff --git a/Styles/NowStyled/AndroidManifest.xml b/Styles/NowStyled/AndroidManifest.xml
index d68d5a1eb..c02962a73 100644
--- a/Styles/NowStyled/AndroidManifest.xml
+++ b/Styles/NowStyled/AndroidManifest.xml
@@ -1,12 +1,23 @@
-
+
-
+
-
+
-
+
@@ -15,4 +26,4 @@
-
+
\ No newline at end of file
diff --git a/Styles/NowStyled/build.gradle b/Styles/NowStyled/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Styles/NowStyled/build.gradle
+++ b/Styles/NowStyled/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Styles/NowStyled/project.properties b/Styles/NowStyled/project.properties
index f65831e14..ba4a6c013 100644
--- a/Styles/NowStyled/project.properties
+++ b/Styles/NowStyled/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/SystemEvents/OnBattery/build.gradle b/SystemEvents/OnBattery/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/SystemEvents/OnBattery/build.gradle
+++ b/SystemEvents/OnBattery/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/SystemEvents/OnBattery/project.properties b/SystemEvents/OnBattery/project.properties
index ea89160e0..a5578ba09 100644
--- a/SystemEvents/OnBattery/project.properties
+++ b/SystemEvents/OnBattery/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/SystemEvents/OnBoot/build.gradle b/SystemEvents/OnBoot/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/SystemEvents/OnBoot/build.gradle
+++ b/SystemEvents/OnBoot/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/SystemEvents/OnWiFiChange/build.gradle b/SystemEvents/OnWiFiChange/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/SystemEvents/OnWiFiChange/build.gradle
+++ b/SystemEvents/OnWiFiChange/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/SystemEvents/OnWiFiChange/project.properties b/SystemEvents/OnWiFiChange/project.properties
index 025839c6b..0a458d4d7 100644
--- a/SystemEvents/OnWiFiChange/project.properties
+++ b/SystemEvents/OnWiFiChange/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/SystemServices/ClipIP/build.gradle b/SystemServices/ClipIP/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/SystemServices/ClipIP/build.gradle
+++ b/SystemServices/ClipIP/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/SystemServices/ClipIP/project.properties b/SystemServices/ClipIP/project.properties
index 025839c6b..0a458d4d7 100644
--- a/SystemServices/ClipIP/project.properties
+++ b/SystemServices/ClipIP/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/SystemServices/ClipMusic/build.gradle b/SystemServices/ClipMusic/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/SystemServices/ClipMusic/build.gradle
+++ b/SystemServices/ClipMusic/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/SystemServices/ClipMusic/project.properties b/SystemServices/ClipMusic/project.properties
index d79abae19..a5578ba09 100644
--- a/SystemServices/ClipMusic/project.properties
+++ b/SystemServices/ClipMusic/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-11
+target=android-19
diff --git a/SystemServices/ClipboardMonitor/build.gradle b/SystemServices/ClipboardMonitor/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/SystemServices/ClipboardMonitor/build.gradle
+++ b/SystemServices/ClipboardMonitor/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/SystemServices/ClipboardMonitor/project.properties b/SystemServices/ClipboardMonitor/project.properties
index ce39f2d0a..4ab125693 100644
--- a/SystemServices/ClipboardMonitor/project.properties
+++ b/SystemServices/ClipboardMonitor/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-18
+target=android-19
diff --git a/SystemServices/Settings/build.gradle b/SystemServices/Settings/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/SystemServices/Settings/build.gradle
+++ b/SystemServices/Settings/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/SystemServices/Settings/project.properties b/SystemServices/Settings/project.properties
index 025839c6b..0a458d4d7 100644
--- a/SystemServices/Settings/project.properties
+++ b/SystemServices/Settings/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/SystemServices/Volume/build.gradle b/SystemServices/Volume/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/SystemServices/Volume/build.gradle
+++ b/SystemServices/Volume/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/SystemServices/Volume/project.properties b/SystemServices/Volume/project.properties
index 025839c6b..0a458d4d7 100644
--- a/SystemServices/Volume/project.properties
+++ b/SystemServices/Volume/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Tapjacking/Jackalope/build.gradle b/Tapjacking/Jackalope/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Tapjacking/Jackalope/build.gradle
+++ b/Tapjacking/Jackalope/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Tapjacking/Jackalope/project.properties b/Tapjacking/Jackalope/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Tapjacking/Jackalope/project.properties
+++ b/Tapjacking/Jackalope/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Tapjacking/RelativeSecure/build.gradle b/Tapjacking/RelativeSecure/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Tapjacking/RelativeSecure/build.gradle
+++ b/Tapjacking/RelativeSecure/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Tapjacking/RelativeSecure/project.properties b/Tapjacking/RelativeSecure/project.properties
index 113acb721..a5578ba09 100644
--- a/Tapjacking/RelativeSecure/project.properties
+++ b/Tapjacking/RelativeSecure/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-9
+target=android-19
diff --git a/Tapjacking/TJDetect/build.gradle b/Tapjacking/TJDetect/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Tapjacking/TJDetect/build.gradle
+++ b/Tapjacking/TJDetect/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Tapjacking/TJDetect/project.properties b/Tapjacking/TJDetect/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Tapjacking/TJDetect/project.properties
+++ b/Tapjacking/TJDetect/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Threads/PostDelayed/build.gradle b/Threads/PostDelayed/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Threads/PostDelayed/build.gradle
+++ b/Threads/PostDelayed/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Threads/PostDelayed/libs/android-support-v4.jar b/Threads/PostDelayed/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/Threads/PostDelayed/libs/android-support-v4.jar and /dev/null differ
diff --git a/Threads/PostDelayed/project.properties b/Threads/PostDelayed/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Threads/PostDelayed/project.properties
+++ b/Threads/PostDelayed/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/Tuning/Traceview/build.gradle b/Tuning/Traceview/build.gradle
index 49dbf93c1..1fb5bb441 100644
--- a/Tuning/Traceview/build.gradle
+++ b/Tuning/Traceview/build.gradle
@@ -3,18 +3,22 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
+
+repositories {
+ mavenCentral()
+}
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'org.antlr:stringtemplate:4.0.2'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Tuning/Traceview/project.properties b/Tuning/Traceview/project.properties
index 025839c6b..0a458d4d7 100644
--- a/Tuning/Traceview/project.properties
+++ b/Tuning/Traceview/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/ViewPager/Columns1/build.gradle b/ViewPager/Columns1/build.gradle
index ad9474bfb..d94a4ee97 100644
--- a/ViewPager/Columns1/build.gradle
+++ b/ViewPager/Columns1/build.gradle
@@ -3,27 +3,26 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
repositories {
maven {
- url "http://dl.bintray.com/populov/maven"
- }
- mavenCentral()
+ url "http://dl.bintray.com/populov/maven"
+ }
+ mavenCentral()
}
dependencies {
- compile 'com.viewpagerindicator:library:2.4.1@aar'
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.viewpagerindicator:library:2.4.1@aar'
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/ViewPager/Columns1/project.properties b/ViewPager/Columns1/project.properties
index 2bda10c64..d3a606920 100644
--- a/ViewPager/Columns1/project.properties
+++ b/ViewPager/Columns1/project.properties
@@ -1,2 +1,2 @@
android.library.reference.1=../../external/ViewPagerIndicator
-target=android-15
+target=android-19
diff --git a/ViewPager/Fragments/build.gradle b/ViewPager/Fragments/build.gradle
index c3d76adbf..e0020071b 100644
--- a/ViewPager/Fragments/build.gradle
+++ b/ViewPager/Fragments/build.gradle
@@ -3,24 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/ViewPager/Fragments/project.properties b/ViewPager/Fragments/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/ViewPager/Fragments/project.properties
+++ b/ViewPager/Fragments/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/ViewPager/Indicator/build.gradle b/ViewPager/Indicator/build.gradle
index c3d76adbf..e0020071b 100644
--- a/ViewPager/Indicator/build.gradle
+++ b/ViewPager/Indicator/build.gradle
@@ -3,24 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
-
-repositories {
- mavenCentral()
-}
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
- compile 'com.actionbarsherlock:actionbarsherlock:4.4.0@aar'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
defaultConfig {
targetSdkVersion 17
diff --git a/ViewPager/Indicator/project.properties b/ViewPager/Indicator/project.properties
index 0f735cea9..0a458d4d7 100644
--- a/ViewPager/Indicator/project.properties
+++ b/ViewPager/Indicator/project.properties
@@ -1 +1 @@
-target=android-15
+target=android-19
diff --git a/ViewPager/MultiView1/build.gradle b/ViewPager/MultiView1/build.gradle
index 49dbf93c1..619da6e96 100644
--- a/ViewPager/MultiView1/build.gradle
+++ b/ViewPager/MultiView1/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/ViewPager/MultiView1/project.properties b/ViewPager/MultiView1/project.properties
index 0840b4a05..4ab125693 100644
--- a/ViewPager/MultiView1/project.properties
+++ b/ViewPager/MultiView1/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-15
+target=android-19
diff --git a/ViewPager/MultiView2/build.gradle b/ViewPager/MultiView2/build.gradle
index 49dbf93c1..619da6e96 100644
--- a/ViewPager/MultiView2/build.gradle
+++ b/ViewPager/MultiView2/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/ViewPager/MultiView2/project.properties b/ViewPager/MultiView2/project.properties
index 0840b4a05..4ab125693 100644
--- a/ViewPager/MultiView2/project.properties
+++ b/ViewPager/MultiView2/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-15
+target=android-19
diff --git a/ViewPager/Nested/build.gradle b/ViewPager/Nested/build.gradle
index 49dbf93c1..619da6e96 100644
--- a/ViewPager/Nested/build.gradle
+++ b/ViewPager/Nested/build.gradle
@@ -3,18 +3,18 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
+ compile 'com.android.support:support-v13:19.1.0'
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/ViewPager/Nested/project.properties b/ViewPager/Nested/project.properties
index ad7ac7451..0a458d4d7 100644
--- a/ViewPager/Nested/project.properties
+++ b/ViewPager/Nested/project.properties
@@ -1 +1 @@
-target=android-17
+target=android-19
diff --git a/Views/ColorMixer/build.gradle b/Views/ColorMixer/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Views/ColorMixer/build.gradle
+++ b/Views/ColorMixer/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Views/ColorMixer/project.properties b/Views/ColorMixer/project.properties
index ea89160e0..a5578ba09 100644
--- a/Views/ColorMixer/project.properties
+++ b/Views/ColorMixer/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/Views/ReverseChronometer/build.gradle b/Views/ReverseChronometer/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/Views/ReverseChronometer/build.gradle
+++ b/Views/ReverseChronometer/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/Views/ReverseChronometer/libs/android-support-v4.jar b/Views/ReverseChronometer/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/Views/ReverseChronometer/libs/android-support-v4.jar and /dev/null differ
diff --git a/Views/ReverseChronometer/project.properties b/Views/ReverseChronometer/project.properties
index a3ee5ab64..4ab125693 100644
--- a/Views/ReverseChronometer/project.properties
+++ b/Views/ReverseChronometer/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
diff --git a/WebKit/Browser1/AndroidManifest.xml b/WebKit/Browser1/AndroidManifest.xml
index d5f806297..b51d698a2 100644
--- a/WebKit/Browser1/AndroidManifest.xml
+++ b/WebKit/Browser1/AndroidManifest.xml
@@ -12,7 +12,7 @@
+ android:targetSdkVersion="14"/>
diff --git a/WebKit/Browser1/build.gradle b/WebKit/Browser1/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WebKit/Browser1/build.gradle
+++ b/WebKit/Browser1/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WebKit/Browser1/project.properties b/WebKit/Browser1/project.properties
index f65831e14..ba4a6c013 100644
--- a/WebKit/Browser1/project.properties
+++ b/WebKit/Browser1/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/WebKit/Browser2/AndroidManifest.xml b/WebKit/Browser2/AndroidManifest.xml
index 69e9424bc..5d4396f6b 100644
--- a/WebKit/Browser2/AndroidManifest.xml
+++ b/WebKit/Browser2/AndroidManifest.xml
@@ -1,12 +1,23 @@
-
+
-
+
-
+
-
+
@@ -15,4 +26,4 @@
-
+
\ No newline at end of file
diff --git a/WebKit/Browser2/build.gradle b/WebKit/Browser2/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WebKit/Browser2/build.gradle
+++ b/WebKit/Browser2/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WebKit/Browser2/project.properties b/WebKit/Browser2/project.properties
index f65831e14..ba4a6c013 100644
--- a/WebKit/Browser2/project.properties
+++ b/WebKit/Browser2/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/WebKit/Browser3/AndroidManifest.xml b/WebKit/Browser3/AndroidManifest.xml
index dc82ea465..eb404441b 100644
--- a/WebKit/Browser3/AndroidManifest.xml
+++ b/WebKit/Browser3/AndroidManifest.xml
@@ -1,12 +1,23 @@
-
+
-
+
-
+
-
+
@@ -15,4 +26,4 @@
-
+
\ No newline at end of file
diff --git a/WebKit/Browser3/build.gradle b/WebKit/Browser3/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WebKit/Browser3/build.gradle
+++ b/WebKit/Browser3/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WebKit/Browser3/project.properties b/WebKit/Browser3/project.properties
index f65831e14..ba4a6c013 100644
--- a/WebKit/Browser3/project.properties
+++ b/WebKit/Browser3/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/WebKit/GeoWeb1/build.gradle b/WebKit/GeoWeb1/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WebKit/GeoWeb1/build.gradle
+++ b/WebKit/GeoWeb1/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WebKit/GeoWeb1/project.properties b/WebKit/GeoWeb1/project.properties
index c4f09d2b2..a5578ba09 100644
--- a/WebKit/GeoWeb1/project.properties
+++ b/WebKit/GeoWeb1/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-17
+target=android-19
diff --git a/WebKit/GeoWeb2/build.gradle b/WebKit/GeoWeb2/build.gradle
index c0e994ed6..ff39d1e45 100644
--- a/WebKit/GeoWeb2/build.gradle
+++ b/WebKit/GeoWeb2/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
compileSdkVersion 19
- buildToolsVersion "19.0.1"
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WidgetCatalog/AdapterViewFlipper/build.gradle b/WidgetCatalog/AdapterViewFlipper/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WidgetCatalog/AdapterViewFlipper/build.gradle
+++ b/WidgetCatalog/AdapterViewFlipper/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WidgetCatalog/AdapterViewFlipper/project.properties b/WidgetCatalog/AdapterViewFlipper/project.properties
index 8839efa2c..ef0f6ec75 100644
--- a/WidgetCatalog/AdapterViewFlipper/project.properties
+++ b/WidgetCatalog/AdapterViewFlipper/project.properties
@@ -8,5 +8,5 @@
# project structure.
# Project target.
-target=android-11
+target=android-19
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
diff --git a/WidgetCatalog/CalendarView/build.gradle b/WidgetCatalog/CalendarView/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WidgetCatalog/CalendarView/build.gradle
+++ b/WidgetCatalog/CalendarView/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WidgetCatalog/CalendarView/project.properties b/WidgetCatalog/CalendarView/project.properties
index 8937e94b9..4ab125693 100644
--- a/WidgetCatalog/CalendarView/project.properties
+++ b/WidgetCatalog/CalendarView/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-14
+target=android-19
diff --git a/WidgetCatalog/DatePicker/build.gradle b/WidgetCatalog/DatePicker/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WidgetCatalog/DatePicker/build.gradle
+++ b/WidgetCatalog/DatePicker/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WidgetCatalog/DatePicker/project.properties b/WidgetCatalog/DatePicker/project.properties
index 8937e94b9..4ab125693 100644
--- a/WidgetCatalog/DatePicker/project.properties
+++ b/WidgetCatalog/DatePicker/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-14
+target=android-19
diff --git a/WidgetCatalog/ExpandableListView/build.gradle b/WidgetCatalog/ExpandableListView/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WidgetCatalog/ExpandableListView/build.gradle
+++ b/WidgetCatalog/ExpandableListView/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WidgetCatalog/ExpandableListView/libs/android-support-v4.jar b/WidgetCatalog/ExpandableListView/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/WidgetCatalog/ExpandableListView/libs/android-support-v4.jar and /dev/null differ
diff --git a/WidgetCatalog/ExpandableListView/project.properties b/WidgetCatalog/ExpandableListView/project.properties
index 8937e94b9..4ab125693 100644
--- a/WidgetCatalog/ExpandableListView/project.properties
+++ b/WidgetCatalog/ExpandableListView/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-14
+target=android-19
diff --git a/WidgetCatalog/SeekBar/build.gradle b/WidgetCatalog/SeekBar/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WidgetCatalog/SeekBar/build.gradle
+++ b/WidgetCatalog/SeekBar/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WidgetCatalog/SeekBar/libs/android-support-v4.jar b/WidgetCatalog/SeekBar/libs/android-support-v4.jar
deleted file mode 100644
index cf12d2839..000000000
Binary files a/WidgetCatalog/SeekBar/libs/android-support-v4.jar and /dev/null differ
diff --git a/WidgetCatalog/SeekBar/project.properties b/WidgetCatalog/SeekBar/project.properties
index a3ee5ab64..4ab125693 100644
--- a/WidgetCatalog/SeekBar/project.properties
+++ b/WidgetCatalog/SeekBar/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-17
+target=android-19
diff --git a/WidgetCatalog/SlidingDrawer/build.gradle b/WidgetCatalog/SlidingDrawer/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WidgetCatalog/SlidingDrawer/build.gradle
+++ b/WidgetCatalog/SlidingDrawer/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WidgetCatalog/SlidingDrawer/project.properties b/WidgetCatalog/SlidingDrawer/project.properties
index ea89160e0..a5578ba09 100644
--- a/WidgetCatalog/SlidingDrawer/project.properties
+++ b/WidgetCatalog/SlidingDrawer/project.properties
@@ -8,4 +8,4 @@
# project structure.
# Project target.
-target=android-8
+target=android-19
diff --git a/WidgetCatalog/StackView/build.gradle b/WidgetCatalog/StackView/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WidgetCatalog/StackView/build.gradle
+++ b/WidgetCatalog/StackView/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WidgetCatalog/StackView/project.properties b/WidgetCatalog/StackView/project.properties
index 8839efa2c..ef0f6ec75 100644
--- a/WidgetCatalog/StackView/project.properties
+++ b/WidgetCatalog/StackView/project.properties
@@ -8,5 +8,5 @@
# project structure.
# Project target.
-target=android-11
+target=android-19
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
diff --git a/WidgetCatalog/Tab/build.gradle b/WidgetCatalog/Tab/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WidgetCatalog/Tab/build.gradle
+++ b/WidgetCatalog/Tab/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WidgetCatalog/Tab/project.properties b/WidgetCatalog/Tab/project.properties
index f65831e14..ba4a6c013 100644
--- a/WidgetCatalog/Tab/project.properties
+++ b/WidgetCatalog/Tab/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/WidgetCatalog/TimePicker/build.gradle b/WidgetCatalog/TimePicker/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WidgetCatalog/TimePicker/build.gradle
+++ b/WidgetCatalog/TimePicker/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WidgetCatalog/TimePicker/project.properties b/WidgetCatalog/TimePicker/project.properties
index 025839c6b..0a458d4d7 100644
--- a/WidgetCatalog/TimePicker/project.properties
+++ b/WidgetCatalog/TimePicker/project.properties
@@ -1 +1 @@
-target=android-8
+target=android-19
diff --git a/WidgetCatalog/ViewFlipper/build.gradle b/WidgetCatalog/ViewFlipper/build.gradle
index 49dbf93c1..ff39d1e45 100644
--- a/WidgetCatalog/ViewFlipper/build.gradle
+++ b/WidgetCatalog/ViewFlipper/build.gradle
@@ -3,18 +3,17 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.10.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android'
+apply plugin: 'com.android.application'
dependencies {
- compile fileTree(dir: 'libs', include: '*.jar')
}
android {
- compileSdkVersion 18
- buildToolsVersion "19.0.1"
+ compileSdkVersion 19
+ buildToolsVersion "19.1.0"
sourceSets {
main {
diff --git a/WidgetCatalog/ViewFlipper/project.properties b/WidgetCatalog/ViewFlipper/project.properties
index f65831e14..ba4a6c013 100644
--- a/WidgetCatalog/ViewFlipper/project.properties
+++ b/WidgetCatalog/ViewFlipper/project.properties
@@ -1,2 +1,2 @@
sdk-folder=/opt/android-sdk-linux_x86-1.1_r1
-target=android-8
+target=android-19
diff --git a/external/ActionBarSherlock/project.properties b/external/ActionBarSherlock/project.properties
index 5ca7d6247..c57400d00 100644
--- a/external/ActionBarSherlock/project.properties
+++ b/external/ActionBarSherlock/project.properties
@@ -9,4 +9,4 @@
android.library=true
# Project target.
-target=android-14
+target=android-19
diff --git a/external/NineOldAndroids/project.properties b/external/NineOldAndroids/project.properties
index 5ca7d6247..c57400d00 100644
--- a/external/NineOldAndroids/project.properties
+++ b/external/NineOldAndroids/project.properties
@@ -9,4 +9,4 @@
android.library=true
# Project target.
-target=android-14
+target=android-19
diff --git a/external/ViewPagerIndicator/project.properties b/external/ViewPagerIndicator/project.properties
index 96db74214..c57400d00 100644
--- a/external/ViewPagerIndicator/project.properties
+++ b/external/ViewPagerIndicator/project.properties
@@ -9,4 +9,4 @@
android.library=true
# Project target.
-target=android-4
+target=android-19
diff --git a/external/android-map-utils/build.gradle b/external/android-map-utils/build.gradle
index 10e76da99..f3db2290a 100644
--- a/external/android-map-utils/build.gradle
+++ b/external/android-map-utils/build.gradle
@@ -4,11 +4,11 @@ buildscript {
}
dependencies {
- classpath 'com.android.tools.build:gradle:0.5.+'
+ classpath 'com.android.tools.build:gradle:0.12.2'
}
}
-apply plugin: 'android-library'
+apply plugin: 'com.android.library'
apply plugin: 'maven'
apply plugin: 'signing'
@@ -20,7 +20,7 @@ dependencies {
}
android {
- compileSdkVersion 17
+ compileSdkVersion 19
buildToolsVersion "17.0.0"
sourceSets {
diff --git a/external/android-map-utils/project.properties b/external/android-map-utils/project.properties
index b6b181d78..8fe8f59db 100644
--- a/external/android-map-utils/project.properties
+++ b/external/android-map-utils/project.properties
@@ -11,6 +11,6 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-8
+target=android-19
android.library=true
android.library.reference.1=../../../../../../../../../opt/android-sdk-linux/extras/google/google_play_services/libproject/google-play-services_lib