Skip to content

Commit 5adac43

Browse files
authored
Merge pull request #14 from AssistantNMS/release/1.101.0
1.101.0
2 parents 1e66607 + b4c6d0f commit 5adac43

289 files changed

Lines changed: 128786 additions & 104967 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/---new-release.md

Lines changed: 16 additions & 4 deletions

android/app/build.gradle

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (releaseKeystorePropertiesFile.exists()) {
3333
}
3434

3535
android {
36-
compileSdkVersion 30
36+
compileSdkVersion 31
3737

3838
sourceSets {
3939
main.java.srcDirs += 'src/main/kotlin'
@@ -46,7 +46,7 @@ android {
4646
defaultConfig {
4747
applicationId "com.kurtlourens.no_mans_sky_recipes"
4848
minSdkVersion 23
49-
targetSdkVersion 30
49+
targetSdkVersion 31
5050
versionCode flutterVersionCode.toInteger()
5151
versionName flutterVersionName
5252
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@@ -96,11 +96,17 @@ dependencies {
9696
androidTestImplementation 'androidx.test:runner:1.1.1'
9797
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
9898
// implementation 'com.android.support:multidex:1.0.3'
99+
100+
// Android 12 bugfix
101+
implementation "androidx.work:work-runtime-ktx:2.8.0-alpha01"
102+
99103
//android support? 🤷‍
100104
compile 'com.android.support:support-annotations:28.0.0'
105+
101106
// firebase
102107
implementation 'com.google.firebase:firebase-analytics:17.4.1'
103108
implementation 'com.google.firebase:firebase-messaging:20.1.7'
109+
104110
// Kotlin
105111
api 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50'
106112
def multidex_version = "2.0.1"

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.3.50'
2+
ext.kotlin_version = '1.6.10'
33
repositories {
44
google()
55
jcenter()

assets/data/donationsBackup.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -863,18 +863,18 @@
863863
"type": "Patreon",
864864
"date": "2019-10-22T12:01:00Z"
865865
},
866-
{
867-
"guid": "10cd4341-7f69-42d3-b0f2-acfdbfd8a41d",
868-
"username": "Peter Pawelek",
869-
"type": "BuyMeACoffee",
870-
"date": "2019-10-20T12:01:00Z"
871-
},
872866
{
873867
"guid": "0356727d-fb69-4385-b795-2c9b54e907a5",
874868
"username": "Shaun McGuire",
875869
"type": "Paypal",
876870
"date": "2019-10-20T12:01:00Z"
877871
},
872+
{
873+
"guid": "10cd4341-7f69-42d3-b0f2-acfdbfd8a41d",
874+
"username": "Peter Pawelek",
875+
"type": "BuyMeACoffee",
876+
"date": "2019-10-20T12:01:00Z"
877+
},
878878
{
879879
"guid": "5f8df4fb-0faa-4c21-a049-79e49a5813bb",
880880
"username": "Jerimiah Jenkins",

assets/data/meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"GameVersion": "3.84",
3-
"GameBuildNumber": 8275107,
4-
"GeneratedDate": "2022-03-10"
3+
"GameBuildNumber": 8302761,
4+
"GeneratedDate": "2022-03-11"
55
}
12.9 KB
10.1 KB
9.52 KB
11.5 KB
10.3 KB

0 commit comments

Comments
 (0)