Skip to content

Commit

Permalink
Remove unused files in library and bump version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Mostafa Gazar committed Feb 4, 2016
1 parent 7c5cd17 commit 0c09755
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 61 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.0.2
VERSION_CODE=3
VERSION_NAME=1.0.4
VERSION_CODE=5
GROUP=com.mostafagazar

POM_DESCRIPTION=A library for supporting custom shaped ImageView(s) using SVGs and paint shapes
Expand Down
5 changes: 3 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 23
versionCode 3
versionName "1.0.2"
versionCode 5
versionName "1.0.4"
}
buildTypes {
release {
minifyEnabled false

}
}
}
Expand Down
11 changes: 2 additions & 9 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.meg7.widget"
android:versionCode="1"
android:versionName="1.0" >
package="com.meg7.widget" >

<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="23" />

<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
</application>
<application/>

</manifest>
Binary file removed library/src/main/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed library/src/main/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file not shown.
11 changes: 0 additions & 11 deletions library/src/main/res/values-v11/styles.xml

This file was deleted.

12 changes: 0 additions & 12 deletions library/src/main/res/values-v14/styles.xml

This file was deleted.

5 changes: 0 additions & 5 deletions library/src/main/res/values/strings.xml

This file was deleted.

20 changes: 0 additions & 20 deletions library/src/main/res/values/styles.xml

This file was deleted.

0 comments on commit 0c09755

Please sign in to comment.