Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ifarm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TMP-2022-009
ifarm
Commits
089c3954
Commit
089c3954
authored
Nov 14, 2022
by
ayodyabanuka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
81dcc1fb
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
2 deletions
+34
-2
android/app/build.gradle
android/app/build.gradle
+4
-1
android/build.gradle
android/build.gradle
+1
-1
pubspec.lock
pubspec.lock
+28
-0
pubspec.yaml
pubspec.yaml
+1
-0
No files found.
android/app/build.gradle
View file @
089c3954
...
...
@@ -27,9 +27,10 @@ apply plugin: 'kotlin-android'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
compileSdkVersion
3
1
compileSdkVersion
3
3
compileOptions
{
coreLibraryDesugaringEnabled
true
sourceCompatibility
JavaVersion
.
VERSION_1_8
targetCompatibility
JavaVersion
.
VERSION_1_8
}
...
...
@@ -49,6 +50,7 @@ android {
targetSdkVersion
30
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
multiDexEnabled
true
}
buildTypes
{
...
...
@@ -67,4 +69,5 @@ flutter {
dependencies
{
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation
platform
(
'com.google.firebase:firebase-bom:30.1.0'
)
coreLibraryDesugaring
'com.android.tools:desugar_jdk_libs:1.1.5'
}
android/build.gradle
View file @
089c3954
...
...
@@ -6,7 +6,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:4.
1.0
'
classpath
'com.android.tools.build:gradle:4.
2.2
'
classpath
'com.google.gms:google-services:4.3.10'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
...
...
pubspec.lock
View file @
089c3954
...
...
@@ -258,6 +258,27 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.4"
flutter_local_notifications:
dependency: "direct main"
description:
name: flutter_local_notifications
url: "https://pub.dartlang.org"
source: hosted
version: "12.0.3"
flutter_local_notifications_linux:
dependency: transitive
description:
name: flutter_local_notifications_linux
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
flutter_local_notifications_platform_interface:
dependency: transitive
description:
name: flutter_local_notifications_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.0"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
...
...
@@ -539,6 +560,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.12"
timezone:
dependency: transitive
description:
name: timezone
url: "https://pub.dartlang.org"
source: hosted
version: "0.9.0"
typed_data:
dependency: transitive
description:
...
...
pubspec.yaml
View file @
089c3954
...
...
@@ -28,6 +28,7 @@ dependencies:
font_awesome_flutter
:
^10.2.1
provider
:
^6.0.3
connectivity_plus
:
^2.3.0
flutter_local_notifications
:
^12.0.3
dev_dependencies
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment