Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit 07764db

Browse files
committed
update manifest and build.gradle
1 parent 99aa127 commit 07764db

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
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>

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2323
project.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"

0 commit comments

Comments
 (0)