Skip to content

Commit

Permalink
Clean up versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
devunwired committed Aug 23, 2014
1 parent 51a291d commit 7584d2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions sample/build.gradle
Expand Up @@ -6,6 +6,8 @@ android {

defaultConfig {
applicationId "com.example.textdrawable"
versionCode 1
versionName "1.0"
minSdkVersion 8
targetSdkVersion 16
}
Expand Down
6 changes: 1 addition & 5 deletions sample/src/main/AndroidManifest.xml
@@ -1,11 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.textdrawable"
android:versionCode="1"
android:versionName="1.0">
package="com.example.textdrawable">

<uses-sdk android:minSdkVersion="8"
android:targetSdkVersion="16" />
<application android:label="@string/app_name"
android:icon="@drawable/ic_launcher"
android:theme="@style/AppTheme"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
@@ -1 +1 @@
include ':app'
include ':sample'

0 comments on commit 7584d2c

Please sign in to comment.