Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor improvements for cool library #14

Merged
merged 3 commits into from
Feb 14, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions android-ago/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,4 @@
android:versionCode="100"
android:versionName="1.0.0" >

<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="17" />

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

</manifest>
6 changes: 3 additions & 3 deletions android-ago/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 19
compileSdkVersion 21
buildToolsVersion "21.1.2"
defaultConfig {
minSdkVersion 14
targetSdkVersion 17
minSdkVersion 11
targetSdkVersion 21
}
sourceSets {
main {
Expand Down
Binary file removed android-ago/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed android-ago/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed android-ago/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed android-ago/res/drawable-xxhdpi/ic_launcher.png
Binary file not shown.
11 changes: 0 additions & 11 deletions android-ago/res/values-v11/styles.xml

This file was deleted.

12 changes: 0 additions & 12 deletions android-ago/res/values-v14/styles.xml

This file was deleted.

2 changes: 0 additions & 2 deletions android-ago/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<resources>

<string name="app_name">relative-time-textview</string>
<string name="just_now">Just Now</string>
</resources>
20 changes: 0 additions & 20 deletions android-ago/res/values/styles.xml

This file was deleted.