Skip to content

Commit

Permalink
Added exception handling to market intent.
Browse files Browse the repository at this point in the history
Refactored to call RateNow rather than duplicate market intent within dialog.
Version bump for Maven Central
  • Loading branch information
andrew-codechimp committed Feb 18, 2014
1 parent e9a728e commit e769c21
Show file tree
Hide file tree
Showing 7 changed files with 284 additions and 279 deletions.
2 changes: 1 addition & 1 deletion AppRater.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.github.codechimp-org.apprater" external.system.module.version="1.0.11" type="JAVA_MODULE" version="4">
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.github.codechimp-org.apprater" external.system.module.version="1.0.12" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="false">
<output url="file://$MODULE_DIR$/build/classes/main" />
<output-test url="file://$MODULE_DIR$/build/classes/test" />
Expand Down
4 changes: 2 additions & 2 deletions AppRater/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.codechimp.apprater"
android:versionCode="22"
android:versionName="1.0.12" >
android:versionCode="23"
android:versionName="1.0.13" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
2 changes: 1 addition & 1 deletion AppRater/AppRater-AppRater.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.codechimp-org.apprater" external.system.module.version="1.0.11" type="JAVA_MODULE" version="4">
<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.github.codechimp-org.apprater" external.system.module.version="1.0.12" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android" name="Android">
<configuration>
Expand Down
Loading

0 comments on commit e769c21

Please sign in to comment.