Skip to content

Commit

Permalink
Merge pull request #3813 from TrainLCD/release/v8.1.0
Browse files Browse the repository at this point in the history
v8.1.0
  • Loading branch information
TinyKitten authored Oct 14, 2024
2 parents 698d448 + fe096d3 commit 3ca2251
Show file tree
Hide file tree
Showing 28 changed files with 193 additions and 382 deletions.
14 changes: 0 additions & 14 deletions .github/release-drafter.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/release-drafter.yml

This file was deleted.

9 changes: 4 additions & 5 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ android {
applicationId 'me.tinykitten.trainlcd'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion

buildConfigField("boolean", "REACT_NATIVE_UNSTABLE_USE_RUNTIME_SCHEDULER_ALWAYS", (findProperty("reactNative.unstable_useRuntimeSchedulerAlways") ?: true).toString())
}
signingConfigs {
Expand Down Expand Up @@ -122,13 +121,13 @@ android {
applicationIdSuffix ".dev"
versionNameSuffix "-dev"
// 10203010 <- 10203(v1.2.3 version name)+01(build number)+0(Android app)
versionCode 80001000
versionName "8.0.1"
versionCode 80100020
versionName "8.1.0"
}
prod {
dimension "environment"
versionCode 80001000
versionName "8.0.1"
versionCode 80100020
versionName "8.1.0"
}
}
}// Apply static values from `gradle.properties` to the `android.packagingOptions`
Expand Down
8 changes: 4 additions & 4 deletions android/wearable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ android {
applicationIdSuffix = ".dev"
versionNameSuffix = "-dev"
// 10203011 <- 10203(v1.2.3 version name)+01(build number)+1(Wearable app)
versionCode = 80001001
versionName = "8.0.1"
versionCode = 80100021
versionName = "8.1.0"
}
create("prod") {
dimension = "environment"
versionCode = 80001001
versionName = "8.0.1"
versionCode = 80100021
versionName = "8.1.0"
}
}

Expand Down
120 changes: 35 additions & 85 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3ca2251

Please sign in to comment.