From 96478b77482c7749b5d83eab2763d44c205e7386 Mon Sep 17 00:00:00 2001 From: Billy Brawner Date: Sun, 10 Feb 2019 13:15:47 -0600 Subject: [PATCH] WIP: Implement Google Play Billing --- app/.gitignore | 3 +- app/build.gradle | 2 +- app/src/main/AndroidManifest.xml | 1 + .../wbrawner/simplemarkdown/AppModule.java | 9 ++++- .../simplemarkdown/MarkdownApplication.java | 4 +- .../presentation/MarkdownPresenter.java | 4 +- .../presentation/MarkdownPresenterImpl.java | 38 ++++++++++++++++++- 7 files changed, 52 insertions(+), 9 deletions(-) diff --git a/app/.gitignore b/app/.gitignore index 330b631..284a226 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1,3 +1,4 @@ /build crashlytics.properties -*.apk \ No newline at end of file +*.apk +google-services.json \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 2e5acd3..5953072 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,7 +73,7 @@ android { } ext { - acraVersion = '5.1.3' + acraVersion = '5.2.0' support_version = "28.0.0" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5ab0178..6e9793d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -5,6 +5,7 @@ + purchases) { + + } }