Skip to content

Commit

Permalink
Merge pull request #682 from DroidKaigi/fix-advertising-policy-for-re…
Browse files Browse the repository at this point in the history
…lease

Fix advertising policy for release
  • Loading branch information
takahirom committed Sep 27, 2018
2 parents 8f1dcdd + b7c4497 commit 134b82e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'com.github.triplet.play'
// Manifest version
def versionMajor = 1
def versionMinor = 2
def versionPatch = 1
def versionPatch = 6

android {
compileSdkVersion versions.compileSdk
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Expand Up @@ -14,6 +14,9 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
>
<meta-data
android:name="google_analytics_adid_collection_enabled"
android:value="false" />
<activity
android:name=".presentation.MainActivity"
android:label="@string/app_name"
Expand Down

0 comments on commit 134b82e

Please sign in to comment.