File tree Expand file tree Collapse file tree 8 files changed +25
-18
lines changed
onyxsdk_pen_dummy/android Expand file tree Collapse file tree 8 files changed +25
-18
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ flutter {
93
93
}
94
94
95
95
dependencies {
96
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.21 "
96
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.25 "
97
97
implementation ' com.google.android.material:material:1.9.0'
98
98
}
99
99
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pluginManagement {
19
19
plugins {
20
20
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21
21
id " com.android.application" version " 7.4.0" apply false
22
- id " org.jetbrains.kotlin.android" version " 1.7.21 " apply false
22
+ id " org.jetbrains.kotlin.android" version " 1.9.25 " apply false
23
23
}
24
24
25
25
include " :app"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ group 'com.example.onyxsdk_pen'
2
2
version ' 1.0-SNAPSHOT'
3
3
4
4
buildscript {
5
- ext. kotlin_version = ' 1.9.10 '
5
+ ext. kotlin_version = ' 1.9.25 '
6
6
repositories {
7
7
google()
8
8
mavenCentral()
@@ -40,12 +40,12 @@ android {
40
40
compileSdk 34
41
41
42
42
compileOptions {
43
- sourceCompatibility JavaVersion . VERSION_1_8
44
- targetCompatibility JavaVersion . VERSION_1_8
43
+ sourceCompatibility JavaVersion . VERSION_17
44
+ targetCompatibility JavaVersion . VERSION_17
45
45
}
46
46
47
47
kotlinOptions {
48
- jvmTarget = ' 1.8 '
48
+ jvmTarget = 17
49
49
}
50
50
51
51
sourceSets {
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ android {
24
24
ndkVersion flutter. ndkVersion
25
25
26
26
compileOptions {
27
- sourceCompatibility JavaVersion . VERSION_1_8
28
- targetCompatibility JavaVersion . VERSION_1_8
27
+ sourceCompatibility JavaVersion . VERSION_17
28
+ targetCompatibility JavaVersion . VERSION_17
29
29
}
30
30
31
31
kotlinOptions {
32
- jvmTarget = ' 1.8 '
32
+ jvmTarget = 17
33
33
}
34
34
35
35
sourceSets {
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.9.10 '
2
+ ext. kotlin_version = ' 1.9.25 '
3
3
repositories {
4
4
google()
5
5
mavenCentral()
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ group 'com.example.onyxsdk_pen'
2
2
version ' 1.0-SNAPSHOT'
3
3
4
4
buildscript {
5
- ext. kotlin_version = ' 1.9.10 '
5
+ ext. kotlin_version = ' 1.9.25 '
6
6
repositories {
7
7
google()
8
8
mavenCentral()
@@ -40,12 +40,12 @@ android {
40
40
compileSdk 34
41
41
42
42
compileOptions {
43
- sourceCompatibility JavaVersion . VERSION_1_8
44
- targetCompatibility JavaVersion . VERSION_1_8
43
+ sourceCompatibility JavaVersion . VERSION_17
44
+ targetCompatibility JavaVersion . VERSION_17
45
45
}
46
46
47
47
kotlinOptions {
48
- jvmTarget = ' 1.8 '
48
+ jvmTarget = 17
49
49
}
50
50
51
51
sourceSets {
Original file line number Diff line number Diff line change @@ -1279,10 +1279,11 @@ packages:
1279
1279
receive_sharing_intent:
1280
1280
dependency: "direct main"
1281
1281
description:
1282
- name: receive_sharing_intent
1283
- sha256: ec76056e4d258ad708e76d85591d933678625318e411564dcb9059048ca3a593
1284
- url: "https://pub.dev"
1285
- source: hosted
1282
+ path: "."
1283
+ ref: deec27f3dd36d6c9f51c22d0026baa7b6f0850a3
1284
+ resolved-ref: deec27f3dd36d6c9f51c22d0026baa7b6f0850a3
1285
+ url: "https://github.com/ad-angelo/receive_sharing_intent"
1286
+ source: git
1286
1287
version: "1.8.1"
1287
1288
regexed_validator:
1288
1289
dependency: "direct main"
Original file line number Diff line number Diff line change @@ -175,6 +175,12 @@ dependency_overrides:
175
175
url : https://github.com/adil192/json2yaml
176
176
ref : fix-string-ends-with-colon
177
177
178
+ # https://github.com/KasemJaffer/receive_sharing_intent/pull/333
179
+ receive_sharing_intent :
180
+ git :
181
+ url : https://github.com/ad-angelo/receive_sharing_intent
182
+ ref : deec27f3dd36d6c9f51c22d0026baa7b6f0850a3
183
+
178
184
# For information on the generic Dart part of this file, see the
179
185
# following page: https://dart.dev/tools/pub/pubspec
180
186
You can’t perform that action at this time.
0 commit comments