Skip to content

Commit

Permalink
Update version to 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sonertari committed May 20, 2019
1 parent b003c8a commit 1f8559d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# A4PFFW

A4PFFW is an Android user interface for PFFW and UTMFW. Afaik, PFFW and UTMFW are the only firewalls with Web, Android, and Windows UI for monitoring. A4PFFW supports Firebase push notifications too.
A4PFFW is an Android user interface for PFFW and UTMFW. Afaik, PFFW and UTMFW are the only FOSS firewalls with Web, Android, and Windows UI for monitoring. A4PFFW supports Firebase push notifications too.

You can find a couple of screenshots on the [wiki](https://github.com/sonertari/A4PFFW/wiki).

The apk file is available for download at [a4pffw64\_20181106.apk](https://drive.google.com/file/d/1qLqfSALcAzNFUx5jnYNraJLnH3ZuJVl4/view?usp=sharing). Make sure the SHA256 checksum is correct: c0a1eddc118976df6cb6dc737331cd8d5dc7a7429a557f83aeb8b69b7aa907a6.
The apk file is available for download at [a4pffw65\_20190520.apk](https://drive.google.com/file/d/1zMuAcRWgG_uv3QZ__RsH5Ym7yVRWNb5p/view?usp=sharing). Make sure the SHA256 checksum is correct: c5ce76ffee4f1c4f28bfd47b3462bf73d966b53c97c67e399c5ffc348514b3c4.

A4PFFW is part of the PFFW project.

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-tr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ along with PFFW. If not, see <http://www.gnu.org/licenses/>.
<string name="touch_tables_to_resize">Boyutu ayarlamak için tabloya dokunun</string>
<string name="transfer">Veri Aktarımı</string>
<string name="user">kullanıcı</string>
<string name="version">6.4.1 sürümü</string>
<string name="version">6.5 sürümü</string>
<string name="mbuf_statistics">MBUF İSTATİSTİKLERİ</string>
<string name="date">Tarih: %1$s %2$s, %3$s:%4$s</string>
<string name="hour_colon">Saat: %1$s</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ along with PFFW. If not, see <http://www.gnu.org/licenses/>.
<string name="label">Label</string>
<string name="comixwall_logo">ComixWall logo</string>
<string name="pf_firewall">PF Firewall</string>
<string name="version">v6.4.1</string>
<string name="version">v6.5</string>
<string name="a" translatable="false">A</string>
<string name="i" translatable="false">I</string>
<string name="l" translatable="false">L</string>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.android.tools.build:gradle:3.4.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.google.gms:google-services:4.0.1'
classpath 'com.google.gms:google-services:4.2.0'
}
}

Expand Down

0 comments on commit 1f8559d

Please sign in to comment.