Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
less permissions #17 (1.7.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
indywidualny committed Jul 9, 2015
1 parent 7da7a66 commit 95e1642
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
Binary file modified app/app-release.apk
Binary file not shown.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
resValue "string", "tray__authority", "${applicationId}.tray"
minSdkVersion 15
targetSdkVersion 22
versionCode 15
versionName "1.7.5"
versionCode 16
versionName "1.7.6"
}
buildTypes {
release {
Expand All @@ -26,8 +26,8 @@ android {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:support-v4:22.1.1'
compile 'com.android.support:appcompat-v7:22.1.1'
compile 'com.android.support:support-v4:22.2.0'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'net.grandcentrix.tray:tray:0.9.2'
compile project(':saxrssreader')
}
14 changes: 6 additions & 8 deletions app/manifest-merger-release-report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ ADDED from AndroidManifest.xml:2:1
ADDED from AndroidManifest.xml:6:5
uses-sdk
ADDED from AndroidManifest.xml:8:5
MERGED from com.android.support:support-v4:22.1.1:20:5
MERGED from com.android.support:appcompat-v7:22.1.1:20:5
MERGED from com.android.support:support-v4:22.1.1:20:5
MERGED from com.android.support:support-v4:22.2.0:20:5
MERGED from com.android.support:appcompat-v7:22.2.0:20:5
MERGED from com.android.support:support-v4:22.2.0:20:5
MERGED from net.grandcentrix.tray:tray:0.9.2:7:5
MERGED from FacebookLite:saxrssreader:unspecified:7:5
android:targetSdkVersion
Expand Down Expand Up @@ -55,9 +55,9 @@ ADDED from AndroidManifest.xml:16:5
ADDED from AndroidManifest.xml:16:22
application
ADDED from AndroidManifest.xml:18:5
MERGED from com.android.support:support-v4:22.1.1:22:5
MERGED from com.android.support:appcompat-v7:22.1.1:22:5
MERGED from com.android.support:support-v4:22.1.1:22:5
MERGED from com.android.support:support-v4:22.2.0:22:5
MERGED from com.android.support:appcompat-v7:22.2.0:22:5
MERGED from com.android.support:support-v4:22.2.0:22:5
MERGED from net.grandcentrix.tray:tray:0.9.2:11:5
MERGED from FacebookLite:saxrssreader:unspecified:11:5
android:label
Expand Down Expand Up @@ -194,5 +194,3 @@ ADDED from net.grandcentrix.tray:tray:0.9.2:12:9
ADDED from net.grandcentrix.tray:tray:0.9.2:15:13
android:name
ADDED from net.grandcentrix.tray:tray:0.9.2:13:13
android:uses-permission#android.permission.READ_PHONE_STATE
IMPLIED from AndroidManifest.xml:2:1 reason: nl.matshofman.saxrssreader has a targetSdkVersion < 4
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.indywidualni.fblite"
android:versionCode="15"
android:versionName="1.7.5"
android:versionCode="16"
android:versionName="1.7.6"
android:installLocation="internalOnly" >

<uses-sdk
Expand Down
2 changes: 1 addition & 1 deletion saxrssreader/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk android:minSdkVersion="1" />
<uses-sdk android:minSdkVersion="15" />
<uses-permission android:name="android.permission.INTERNET" />

<application></application>
Expand Down

0 comments on commit 95e1642

Please sign in to comment.