Skip to content

Commit

Permalink
Merge pull request #14 from AssistantNMS/release/1.101.0
Browse files Browse the repository at this point in the history
1.101.0
  • Loading branch information
Khaoz-Topsy authored Mar 12, 2022
2 parents 1e66607 + b4c6d0f commit 5adac43
Show file tree
Hide file tree
Showing 289 changed files with 128,786 additions and 104,967 deletions.
20 changes: 16 additions & 4 deletions .github/ISSUE_TEMPLATE/---new-release.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,39 @@
---
name: "\U0001F4E6 New Release"
about: Steps to release a new version
title: 'Release '
title: 'Release 2.xx'
labels: pre-release
assignees: Khaoz-Topsy

---

- [ ] Make sure that `pubspec.yaml` uses github link for the `assistantapps_flutter_common` library
- [ ] Replace `CURRENT_PROJECT_VERSION` with latest version code in `project.pbxproj`
- [ ] Replace `MARKETING_VERSION` with latest version name in `project.pbxproj`
- [ ] Verify that AssistantNMS.Data audits have all passed
- [ ] Regenerate AssistantApps server data from the AssistantNMS.Data tool
- [ ] Make sure content of `release_notes.txt` is ready for production
- [ ] Create new item in Admin tool
- [ ] Copy content of `release_notes.txt`
- [ ] Copy content of `release_notes.txt` to Markdown
- [ ] Future date release date
- [ ] Copy guid, paste into `prod.dart`
- [ ] Queue CodeMagic build
- [ ] [Queue](https://codemagic.io/app/5d9da9057a0a9500105180bf/workflow/5ef3374ec0adbfe0fdee431d/settings) CodeMagic build

Much later:
---

### Github:
- [ ] Create release branch
- [ ] Create [Pull Request](https://github.com/AssistantNMS/App/compare) for release branch into `main`
- [ ] Copy content of `release_notes.txt` to Pull Request comment

---

### Much later:
- [ ] Go through manual iOS steps
- [ ] Copy content of `release_notes.txt` into Apple webpage
- [ ] Submit for Apple review
- [ ] Create Github release ([New Release](https://github.com/AssistantNMS/App/releases/new))
- [ ] Merge Pull Request
- [ ] Tag main branch
- [ ] Attach `.aab`
- [ ] Attach `.apk`
Expand Down
10 changes: 8 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (releaseKeystorePropertiesFile.exists()) {
}

android {
compileSdkVersion 30
compileSdkVersion 31

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -46,7 +46,7 @@ android {
defaultConfig {
applicationId "com.kurtlourens.no_mans_sky_recipes"
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 31
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -96,11 +96,17 @@ dependencies {
androidTestImplementation 'androidx.test:runner:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
// implementation 'com.android.support:multidex:1.0.3'

// Android 12 bugfix
implementation "androidx.work:work-runtime-ktx:2.8.0-alpha01"

//android support? 🤷‍
compile 'com.android.support:support-annotations:28.0.0'

// firebase
implementation 'com.google.firebase:firebase-analytics:17.4.1'
implementation 'com.google.firebase:firebase-messaging:20.1.7'

// Kotlin
api 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50'
def multidex_version = "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.6.10'
repositories {
google()
jcenter()
Expand Down
12 changes: 6 additions & 6 deletions assets/data/donationsBackup.json
Original file line number Diff line number Diff line change
Expand Up @@ -863,18 +863,18 @@
"type": "Patreon",
"date": "2019-10-22T12:01:00Z"
},
{
"guid": "10cd4341-7f69-42d3-b0f2-acfdbfd8a41d",
"username": "Peter Pawelek",
"type": "BuyMeACoffee",
"date": "2019-10-20T12:01:00Z"
},
{
"guid": "0356727d-fb69-4385-b795-2c9b54e907a5",
"username": "Shaun McGuire",
"type": "Paypal",
"date": "2019-10-20T12:01:00Z"
},
{
"guid": "10cd4341-7f69-42d3-b0f2-acfdbfd8a41d",
"username": "Peter Pawelek",
"type": "BuyMeACoffee",
"date": "2019-10-20T12:01:00Z"
},
{
"guid": "5f8df4fb-0faa-4c21-a049-79e49a5813bb",
"username": "Jerimiah Jenkins",
Expand Down
4 changes: 2 additions & 2 deletions assets/data/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"GameVersion": "3.84",
"GameBuildNumber": 8275107,
"GeneratedDate": "2022-03-10"
"GameBuildNumber": 8302761,
"GeneratedDate": "2022-03-11"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/FACTIONS.GEK.ON.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/FACTIONS.KORVAX.ON.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/FACTIONS.TRADEGUILD.ON.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/FACTIONS.VYKEEN.ON.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/JOURNEY.ON.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.CREATUREBRONZE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.CREATUREOFF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.CREATURESGOLD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.CREATURESILVER.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.EXPLORERBRONZE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.EXPLORERGOLD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.EXPLORERNONE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.EXPLORERSILVER.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.GEKBRONZE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.GEKGOLD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.GEKNONE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.GEKSILVER.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.KORVAXBRONZE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.KORVAXGOLD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.KORVAXNONE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.KORVAXSILVER.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.MEDALBRONZE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.MEDALGOLD.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.MEDALOFF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/faction/MEDAL.MEDALSILVER.png
Binary file added assets/images/faction/MEDAL.MERCHBRONZE.png
Binary file added assets/images/faction/MEDAL.MERCHGOLD.png
Binary file added assets/images/faction/MEDAL.MERCHNONE.png
Binary file added assets/images/faction/MEDAL.MERCHSILVER.png
Binary file added assets/images/faction/MEDAL.PIRATESBRONZE.png
Binary file added assets/images/faction/MEDAL.PIRATESGOLD.png
Binary file added assets/images/faction/MEDAL.PIRATESOFF.png
Binary file added assets/images/faction/MEDAL.PIRATESSILVER.png
Binary file added assets/images/faction/MEDAL.PLANETBRONZE.png
Binary file added assets/images/faction/MEDAL.PLANETGOLD.png
Binary file added assets/images/faction/MEDAL.PLANETOFF.png
Binary file added assets/images/faction/MEDAL.PLANETSILVER.png
Binary file added assets/images/faction/MEDAL.PLANTSBRONZE.png
Binary file added assets/images/faction/MEDAL.PLANTSGOLD.png
Binary file added assets/images/faction/MEDAL.PLANTSOFF.png
Binary file added assets/images/faction/MEDAL.PLANTSSILVER.png
Binary file added assets/images/faction/MEDAL.SENTINELSBRONZE.png
Binary file added assets/images/faction/MEDAL.SENTINELSGOLD.png
Binary file added assets/images/faction/MEDAL.SENTINELSOFF.png
Binary file added assets/images/faction/MEDAL.SENTINELSSILVER.png
Binary file added assets/images/faction/MEDAL.UNITSBRONZE.png
Binary file added assets/images/faction/MEDAL.UNITSGOLD.png
Binary file added assets/images/faction/MEDAL.UNITSOFF.png
Binary file added assets/images/faction/MEDAL.UNITSSILVER.png
Binary file added assets/images/faction/MEDAL.VYKEENBRONZE.png
Binary file added assets/images/faction/MEDAL.VYKEENGOLD.png
Binary file added assets/images/faction/MEDAL.VYKEENOFF.png
Binary file added assets/images/faction/MEDAL.VYKEENSILVER.png
Binary file added assets/images/faction/MEDAL.WARPSBRONZE.png
Binary file added assets/images/faction/MEDAL.WARPSGOLD.png
Binary file added assets/images/faction/MEDAL.WARPSOFF.png
Binary file added assets/images/faction/MEDAL.WARPSSILVER.png
Binary file added assets/images/faction/MEDAL.WARRIORBRONZE.png
Binary file added assets/images/faction/MEDAL.WARRIORGOLD.png
Binary file added assets/images/faction/MEDAL.WARRIORNONE.png
Binary file added assets/images/faction/MEDAL.WARRIORSILVER.png
Binary file added assets/images/faction/MEDAL.WORDSBRONZE.png
Binary file added assets/images/faction/MEDAL.WORDSGOLD.png
Binary file added assets/images/faction/MEDAL.WORDSOFF.png
Binary file added assets/images/faction/MEDAL.WORDSSILVER.png
Loading

0 comments on commit 5adac43

Please sign in to comment.