Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 49f3f8a

Browse files
committed
release: 2025.10.24+0
- Themed application for haloween season - Improved stability - Upgraded sdk version to 36
1 parent 3cdf2e1 commit 49f3f8a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

android/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if (keystorePropertiesFile.exists()) {
3535
android {
3636

3737
namespace = "com.dita.academia"
38-
compileSdk = 35
38+
compileSdk = 36
3939
ndkVersion = "27.0.12077973"
4040

4141

@@ -53,9 +53,9 @@ android {
5353
defaultConfig {
5454
applicationId = "com.dita.academia"
5555
minSdk = 28
56-
targetSdk = 35
57-
versionCode = 29
58-
versionName = "2025.6.27+0"
56+
targetSdk = 36
57+
versionCode = 30
58+
versionName = "2025.10.24+0"
5959
}
6060
//
6161
signingConfigs {

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
// START: FlutterFire Configuration
2323
id "com.google.gms.google-services" version "4.3.15" apply false
2424
// END: FlutterFire Configuration
25-
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
25+
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2626
}
2727

2828
include ":app"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 2025.6.27+0
19+
version: 2025.10.24+0
2020

2121
environment:
2222
sdk: ^3.6.0-216.1.beta

0 commit comments

Comments
 (0)