Skip to content

Commit

Permalink
Merge pull request #2 from Steve-Mr/dev
Browse files Browse the repository at this point in the history
0930
  • Loading branch information
Steve-Mr authored Sep 30, 2024
2 parents de1edd4 + 872de1c commit 30f5ab6
Show file tree
Hide file tree
Showing 33 changed files with 1,654 additions and 470 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def sendAPKs(path):
apks = os.listdir("apks")
apks.sort()
apk = os.path.join("apks", apks[0])
sendDocument(user_id="@maaryIsTyping", path = apk, message="#app #apk #wallpaperTunnel https://github.com/Steve-Mr/WallpaperTunnel")
sendDocument(user_id="@maaryIsTyping", path = apk, message="#app #apk #Oblivionis https://github.com/Steve-Mr/Oblivionis")

if __name__ == '__main__':
sendAPKs("./apks")
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
.cxx
local.properties
key.properties
key.base64
28 changes: 28 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

318 changes: 0 additions & 318 deletions .idea/other.xml

This file was deleted.

4 changes: 3 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/build
/build
key.keystore
/release
Loading

0 comments on commit 30f5ab6

Please sign in to comment.