Skip to content

Commit

Permalink
4.0.0 update with tweaks to various app and Android 11 Easter Egg
Browse files Browse the repository at this point in the history
Took 11 minutes
  • Loading branch information
itachi1706 committed Dec 1, 2020
1 parent 7c78a9d commit 1ab0d6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./DroidEggs-debug-gha.apk
asset_name: DroidEggs-debug-gha.apk
asset_path: ./DroidEggs-debug.apk
asset_name: DroidEggs-debug.apk
asset_content_type: application/vnd.android.package-archive
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This application is licensed under the *Apache License 2.0* as it contains files
| Android 8.1 OREO_MR1 | Android Octo | DONE |
| Android 9.0 PIE | Swirly P | DONE |
| Android 10.0 Q | Picross | DONE |
| Android 11.0 R | Android Neko Home Controls | TODO |
| Android 11.0 R | Android Neko Home Controls | DONE |


This application is also available on [my personal F-Droid repository](https://fdroid.itachi1706.com/) for alternative downloads.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.itachi1706.droideggs"
minSdkVersion 16
targetSdkVersion 30
versionCode 229
versionName "3.3.0"
versionCode 277
versionName "4.0.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "tray__authority", "${applicationId}.tray"
Expand Down

0 comments on commit 1ab0d6f

Please sign in to comment.