Skip to content

Commit 3b490d7

Browse files
committed
v1.0.3+
1 parent b7c480f commit 3b490d7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (flutterVersionName == null) {
2424

2525
android {
2626
namespace "com.example.RandomDiary"
27-
compileSdk flutter.compileSdkVersion
27+
compileSdk 34
2828
ndkVersion flutter.ndkVersion
2929

3030
compileOptions {
@@ -45,7 +45,7 @@ android {
4545
applicationId "com.example.RandomDiary"
4646
// You can update the following values to match your application needs.
4747
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
48-
minSdkVersion flutter.minSdkVersion
48+
minSdkVersion 23
4949
targetSdkVersion flutter.targetSdkVersion
5050
versionCode flutterVersionCode.toInteger()
5151
versionName flutterVersionName

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: 1.0.3+3
19+
version: 1.0.3+4
2020

2121
environment:
2222
sdk: '>=3.3.0 <4.0.0'

0 commit comments

Comments
 (0)