Skip to content

Commit

Permalink
Release/1.4.4 (#197)
Browse files Browse the repository at this point in the history
* chore: 🤖 update version codes

* chore: 🤖 inspect & upgrade packages

* chore: 🤖 upgrade ios pods

* chore: 🤖 upgrade compile sdk version to Android 14

* chore: 🤖 upgrade android packages

* refactor: 💡 update codebase for new updated packages

* fix: 🐛 mis-provide Navigator key while using Alice

* refactor: 💡 finalize variables

* fix: 🐛 chinese course table wrong encoding

* fix: 🐛 score page content wrong encoding
  • Loading branch information
Xanonymous-GitHub authored Aug 3, 2023
1 parent 61c9251 commit 4e0fbb8
Show file tree
Hide file tree
Showing 15 changed files with 457 additions and 455 deletions.
10 changes: 5 additions & 5 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdkVersion 33
compileSdkVersion 34

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -50,7 +50,7 @@ android {
defaultConfig {
applicationId "club.ntut.npc.tat"
minSdkVersion 23
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -109,7 +109,7 @@ dependencies {
implementation "androidx.media:media:1.6.0"
implementation 'androidx.work:work-runtime:2.8.1'
implementation 'androidx.work:work-runtime-ktx:2.8.1'
implementation 'com.google.firebase:firebase-analytics-ktx:21.2.1'
implementation 'com.google.firebase:firebase-crashlytics-ktx:18.3.6'
implementation 'com.google.firebase:firebase-messaging-ktx:23.1.2'
implementation 'com.google.firebase:firebase-analytics-ktx:21.3.0'
implementation 'com.google.firebase:firebase-crashlytics-ktx:18.4.0'
implementation 'com.google.firebase:firebase-messaging-ktx:23.2.0'
}
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.4'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.7'
}
}

Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$min_ios_target_version = '14.7'
$pre_build_firebase_pod_version = '10.6.0'
$pre_build_firebase_pod_version = '10.12.0'

platform :ios, $min_ios_target_version

Expand Down
Loading

0 comments on commit 4e0fbb8

Please sign in to comment.