Skip to content

Commit

Permalink
add nexus 5 icon. bump version to 2.4.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Nov 4, 2013
1 parent 849bf8a commit aad3dad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ Open Source Projects Used

Changelog
---------
**development**
**version 2.4.8** (released 11/3/2013)
- fix numerous crashes related to search
- fix many various other crashes
- added icon for nexus 5

**version 2.4.7** (released 10/8/2013)
- fix some crashes
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

android {
compileSdkVersion 18
buildToolsVersion "17.0.0"
buildToolsVersion "19.0.0"

defaultConfig {
minSdkVersion 7
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.quran.labs.androidquran" android:versionCode="247"
android:versionName="2.4.7"
package="com.quran.labs.androidquran" android:versionCode="248"
android:versionName="2.4.8"
android:installLocation="auto">

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="14" />
Expand Down
Binary file added app/src/main/res/drawable-xxxhdpi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aad3dad

Please sign in to comment.