diff --git a/TextDrawable.iml b/TextDrawable.iml index 0bb6048..5550340 100644 --- a/TextDrawable.iml +++ b/TextDrawable.iml @@ -7,7 +7,9 @@ - + + + diff --git a/build.gradle b/build.gradle index 5b75030..3a8a17e 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:0.14.0' + classpath 'com.android.tools.build:gradle:1.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c7f6d60..3a489ca 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Nov 14 11:24:15 SGT 2014 +#Wed Dec 17 14:08:05 GMT 2014 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip diff --git a/library/build.gradle b/library/build.gradle index 44a7d9d..6cddd2b 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -5,7 +5,6 @@ android { buildToolsVersion "21.1.1" defaultConfig { - applicationId "com.amulyakhare.textdrawable" minSdkVersion 10 targetSdkVersion 21 versionCode 1 @@ -13,7 +12,7 @@ android { } buildTypes { release { - runProguard false + minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } @@ -21,7 +20,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile 'com.android.support:appcompat-v7:21.0.0' + compile 'com.android.support:appcompat-v7:21.0.3' } sourceSets { diff --git a/library/library.iml b/library/library.iml index ef04df8..0e9e502 100644 --- a/library/library.iml +++ b/library/library.iml @@ -1,9 +1,9 @@ - + - @@ -17,7 +17,7 @@ - - - + + + diff --git a/library/src/main/AndroidManifest.xml b/library/src/main/AndroidManifest.xml index a4307de..66f3376 100644 --- a/library/src/main/AndroidManifest.xml +++ b/library/src/main/AndroidManifest.xml @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/library/src/main/res/drawable-hdpi/ic_launcher.png b/library/src/main/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index 96a442e..0000000 Binary files a/library/src/main/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/library/src/main/res/drawable-mdpi/ic_launcher.png b/library/src/main/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index 359047d..0000000 Binary files a/library/src/main/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/library/src/main/res/drawable-xhdpi/ic_launcher.png b/library/src/main/res/drawable-xhdpi/ic_launcher.png deleted file mode 100644 index 71c6d76..0000000 Binary files a/library/src/main/res/drawable-xhdpi/ic_launcher.png and /dev/null differ diff --git a/library/src/main/res/drawable-xxhdpi/ic_launcher.png b/library/src/main/res/drawable-xxhdpi/ic_launcher.png deleted file mode 100644 index 4df1894..0000000 Binary files a/library/src/main/res/drawable-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/library/src/main/res/values/strings.xml b/library/src/main/res/values/strings.xml deleted file mode 100644 index 49fc91e..0000000 --- a/library/src/main/res/values/strings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - library - diff --git a/library/src/main/res/values/styles.xml b/library/src/main/res/values/styles.xml deleted file mode 100644 index 766ab99..0000000 --- a/library/src/main/res/values/styles.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - diff --git a/sample/build.gradle b/sample/build.gradle index 7b57924..a48aff4 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -13,7 +13,7 @@ android { } buildTypes { release { - runProguard false + minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } @@ -22,5 +22,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':library') - compile 'com.android.support:appcompat-v7:21.0.0' + compile 'com.android.support:appcompat-v7:21.0.3' } \ No newline at end of file diff --git a/sample/sample.iml b/sample/sample.iml index c58ac08..1c6db14 100644 --- a/sample/sample.iml +++ b/sample/sample.iml @@ -1,5 +1,5 @@ - + @@ -83,9 +83,9 @@ - - - + + +