From e85fee3e8357b92ada75ac801aaa75e1c5aa8a74 Mon Sep 17 00:00:00 2001 From: itachi1706 Date: Sun, 15 Dec 2019 18:02:32 +0800 Subject: [PATCH] 3.3.0 Release with Android 10's Egg 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 --- .gitignore | 1 + app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cacaf38f..6f97a194 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ proguard/ *.iml app/google-services.json app/release/output.json +app/release/ diff --git a/app/build.gradle b/app/build.gradle index 56021b12..5742a450 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"