This repository was archived by the owner on Oct 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 </intent-filter >
2525 </activity >
2626
27- <!-- to remove sample activity from the library -->
28- <activity android : name =" net.margaritov.preference.colorpicker.Test" tools : node =" remove" />
29-
3027 <service android : name =" .service.DesignOverlayService" />
3128
3229 </application >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 jcenter()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:1.0 .0'
8+ classpath ' com.android.tools.build:gradle:1.1 .0'
99
1010 // NOTE: Do not place your application dependencies here; they belong
1111 // in the individual module build.gradle files
@@ -21,11 +21,11 @@ allprojects {
2121
2222// http://www.gradle.org/docs/current/dsl/org.gradle.api.plugins.ExtraPropertiesExtension.html
2323project. ext {
24- ANDROID_BUILD_SDK_VERSION = 21
25- ANDROID_BUILD_TOOLS_VERSION = " 21.1.2 "
24+ ANDROID_BUILD_SDK_VERSION = 22
25+ ANDROID_BUILD_TOOLS_VERSION = " 22 "
2626
2727 ANDROID_BUILD_MIN_SDK_VERSION = 14
28- ANDROID_BUILD_TARGET_SDK_VERSION = 21
28+ ANDROID_BUILD_TARGET_SDK_VERSION = 22
2929
3030 // Google Stuffs
3131 supportPackageVersion = " 21.0.3"
You can’t perform that action at this time.
0 commit comments