Skip to content

Commit bd78d46

Browse files
authored
Release/1.1 (#11)
* Bump version for 1.1 release * Add 1.1 changelog
1 parent 07d892b commit bd78d46

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.quad9.aegis"
88
minSdkVersion 23
99
targetSdkVersion 35
10-
versionCode 103
11-
versionName "1.0.0"
10+
versionCode 104
11+
versionName "1.1.0"
1212
vectorDrawables.useSupportLibrary = true
1313
ndk {
1414
debugSymbolLevel 'SYMBOL_TABLE'

metadata/en-US/changelogs/104.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Trusted Networks: Fixed a bug when trying to add a Trusted Network while on Mobile data would add a null entry to the list. Now an error message will display that the device must be connected to WiFi to add a Trusted Network.
2+
- Quad9 Connect icon will no longer indefinitely show the "notification dot" or "1" on the app icon as if there is some event or message to review. (Requires uninstall + reinstall)

0 commit comments

Comments
 (0)