Skip to content

Commit

Permalink
update readme. update gradle for signing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Oct 7, 2013
1 parent 9491bea commit 34d56fc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Open Source Projects Used

Changelog
---------
**Development**
**version 2.4.6** (released 10/6/2013)
- hide actionbar on resume if it was hidden
- change 14:50 to 14:49 in juz' list
- settings take effect right away for pages and translations
Expand Down
10 changes: 10 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,20 @@ android {
targetSdkVersion 17
}

signingConfigs {
release {
storeFile file("release.keystore")
storePassword "password"
keyAlias "alias"
keyPassword "password"
}
}

buildTypes {
release {
runProguard true
proguardFile 'proguard.cfg'
signingConfig signingConfigs.release
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/res/values/keys.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="crashlytics_key">PLACE_YOUR_KEY_HERE</string>
<string name="quranapp_key">PLACE_YOUR_KEY_HERE</string>
</resources>
</resources>
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Sep 01 18:30:06 PDT 2013
#Sun Oct 06 20:02:53 PDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-all.zip

0 comments on commit 34d56fc

Please sign in to comment.