Skip to content

Commit

Permalink
3.3.0 Release with Android 10's Egg
Browse files Browse the repository at this point in the history
Changelog
[DEGGAND-42] - Update Travis Script to follow my other apps
[DEGGAND-43] - Try out GitHub Actions
[DEGGAND-45] - Implement Android 10 Easter Egg
[DEGGAND-46] - Update JIRA link again
[DEGGAND-30] - Android Q Beta Migration
  • Loading branch information
itachi1706 committed Dec 15, 2019
1 parent 09707f0 commit e85fee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ proguard/
*.iml
app/google-services.json
app/release/output.json
app/release/
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId "com.itachi1706.droideggs"
minSdkVersion 16
targetSdkVersion 29
versionCode 204
versionName "3.2.2"
versionCode 229
versionName "3.3.0"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "tray__authority", "${applicationId}.tray"
Expand Down

0 comments on commit e85fee3

Please sign in to comment.