diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 84518560..96f8e746 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,8 +35,8 @@ android { applicationId = "net.mbonnin.arcanetracker" minSdkVersion(Versions.minSdkVersion) targetSdkVersion(Versions.targetSdkVersion) - versionCode = 437 - versionName = "4.37" + versionCode = 438 + versionName = "4.38" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" multiDexEnabled = true diff --git a/app/src/main/res/values/changelogs.xml b/app/src/main/res/values/changelogs.xml index 4797c56d..6cca11b1 100644 --- a/app/src/main/res/values/changelogs.xml +++ b/app/src/main/res/values/changelogs.xml @@ -49,4 +49,5 @@ Updated Battlegrounds tiers.\nAllow to fold/unfold Battlegrounds tiers.\nFix a bug where BubbleHearth could be shown as a potential secret. Updates for patch 16.6. Updates for the april 1st path. + Added a notification for uploads and Battlegrounds uploads. \ No newline at end of file