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

Commit

Permalink
1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
indywidualny committed Nov 2, 2015
1 parent b66f377 commit 8f7dd3c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Changelog & what makes the application awesome:
* new name and icon to avoid being recognized as the official Facebook app
* German translation (thanks [de-live-gdev](https://github.com/de-live-gdev))
* Serbian translation (thanks [pejakm](https://github.com/pejakm))
* Czech translation (thanks [panenka](https://github.com/panenka))
* Bengali translation (thanks [G33KS44n](https://github.com/G33KS44n))
* Android Marshmallow support
* new support libraries
* minor improvements
Expand Down
Binary file modified app/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 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 23
versionCode 20
versionName "1.8.3"
versionCode 21
versionName "1.8.4"
}
buildTypes {
release {
Expand Down
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="20"
android:versionName="1.8.3"
android:versionCode="21"
android:versionName="1.8.4"
android:installLocation="internalOnly" >

<uses-sdk
Expand Down

0 comments on commit 8f7dd3c

Please sign in to comment.