Skip to content

Commit

Permalink
Changes for amazon update including firetv listing
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichholf committed Jul 20, 2018
1 parent c5913ec commit 645d02d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions app/AndroidManifest.xml
Expand Up @@ -26,11 +26,14 @@
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="com.android.vending.BILLING"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="com.android.vending.BILLING" android:required="false"/>
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" android:required="false"/>
<uses-permission android:name="android.permission.BIND_JOB_SERVICE"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>

<uses-feature android:name="android.hardware.location" android:required="false" />
<uses-feature android:name="android.hardware.location.network" android:required="false" />

<application
android:name=".DreamDroid"
android:allowBackup="true"
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -61,8 +61,8 @@ android {
buildToolsVersion project.BUILD_TOOLS_VERSION

defaultConfig {
versionCode 419
versionName="1.2.419"
versionCode 420
versionName="1.2.420"
multiDexEnabled true
sourceSets {
main {
Expand Down
Binary file added assets/tv.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tv_background.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 645d02d

Please sign in to comment.