Skip to content

Commit 570a46d

Browse files
author
Elemen
committed
refactor: 重置master到一个新的release
1 parent 4a14db7 commit 570a46d

File tree

5 files changed

+48
-26
lines changed

5 files changed

+48
-26
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion 28
29+
compileSdkVersion 31
3030

3131
sourceSets {
3232
main.java.srcDirs += 'src/main/kotlin'

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</queries>
1919

2020
<application
21-
android:name="io.flutter.app.FlutterApplication"
21+
android:name="${applicationName}"
2222
android:label="Shorey"
2323
android:hardwareAccelerated="true"
2424
android:icon="@mipmap/ic_launcher">

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()

lib/database/database.g.dart

Lines changed: 44 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none'
1616
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1717
# Read more about iOS versioning at
1818
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
19-
version: 0.1.2+beta
19+
version: 0.2.0-beta+5
2020

2121
environment:
2222
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)