Skip to content

Commit b0c5af6

Browse files
committed
1.6.0
1 parent 7f0e3a7 commit b0c5af6

File tree

6 files changed

+1307
-1124
lines changed

6 files changed

+1307
-1124
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@
1515
/keystore.properties
1616
/keys.jks
1717
/.kotlin/
18-
/.idea/

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build-apk:
4141
publish-listing:
4242
@./gradlew publishListing --console verbose
4343

44-
build-and-publish-to-test-track:
44+
publish-to-test-track:
4545
@echo -e "Retrieved Version: ${VERSION}\nHit enter to continue"
4646
@read
4747

@@ -51,7 +51,7 @@ build-and-publish-to-test-track:
5151
@echo "Publish Bundle"
5252
@./gradlew publishBundle --track internal
5353

54-
build-and-publish:
54+
publish:
5555
@echo -e "Retrieved Version: ${VERSION}\n\n Hit enter if you have\n 1. Incremented the version\n 2. Updated the release notes\n\n Otherwise cancel target now."
5656
@read
5757

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
- UI improvements
1+
- Added WiFi properties:
2+
- IP Location
3+
- GPS Coordinates
4+
- ASN
5+
- ISP
6+
- UI improvements
7+
- Performance improvements

0 commit comments

Comments
 (0)