File tree 16 files changed +2833
-1719
lines changed
django-react-native-todolist
react-native-supabase-group-chat
react-native-supabase-todolist
react-native-web-supabase-todolist
16 files changed +2833
-1719
lines changed Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
ext {
5
5
buildToolsVersion = findProperty(' android.buildToolsVersion' ) ?: ' 34.0.0'
6
- minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 23 ' )
6
+ minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 24 ' )
7
7
compileSdkVersion = Integer . parseInt(findProperty(' android.compileSdkVersion' ) ?: ' 34' )
8
8
targetSdkVersion = Integer . parseInt(findProperty(' android.targetSdkVersion' ) ?: ' 34' )
9
9
kotlinVersion = findProperty(' android.kotlinVersion' ) ?: ' 1.9.23'
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ EX_DEV_CLIENT_NETWORK_INSPECTOR=true
58
58
# Use legacy packaging to compress native libraries in the resulting APK.
59
59
expo.useLegacyPackaging =false
60
60
61
- android.minSdkVersion =23
61
+ android.minSdkVersion =24
62
62
android.compileSdkVersion =34
63
63
android.targetSdkVersion =34
64
64
android.buildToolsVersion =34.0.0
Original file line number Diff line number Diff line change 37
37
"newArchEnabled" : false
38
38
},
39
39
"android" : {
40
- "minSdkVersion" : 23 ,
40
+ "minSdkVersion" : 24 ,
41
41
"compileSdkVersion" : 34 ,
42
42
"targetSdkVersion" : 34 ,
43
43
"buildToolsVersion" : " 34.0.0" ,
Original file line number Diff line number Diff line change 10
10
"dependencies" : {
11
11
"@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
12
12
"@expo/vector-icons" : " ^14.0.0" ,
13
- "@journeyapps/react-native-quick-sqlite" : " ^2.1.2 " ,
13
+ "@journeyapps/react-native-quick-sqlite" : " ^2.2.0 " ,
14
14
"@powersync/common" : " workspace:*" ,
15
15
"@powersync/react" : " workspace:*" ,
16
16
"@powersync/react-native" : " workspace:*" ,
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
ext {
5
5
buildToolsVersion = findProperty(' android.buildToolsVersion' ) ?: ' 34.0.0'
6
- minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 23 ' )
6
+ minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 24 ' )
7
7
compileSdkVersion = Integer . parseInt(findProperty(' android.compileSdkVersion' ) ?: ' 34' )
8
8
targetSdkVersion = Integer . parseInt(findProperty(' android.targetSdkVersion' ) ?: ' 34' )
9
9
kotlinVersion = findProperty(' android.kotlinVersion' ) ?: ' 1.9.23'
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ EX_DEV_CLIENT_NETWORK_INSPECTOR=false
55
55
# Use legacy packaging to compress native libraries in the resulting APK.
56
56
expo.useLegacyPackaging =false
57
57
58
- android.minSdkVersion =23
58
+ android.minSdkVersion =24
59
59
android.compileSdkVersion =34
60
60
android.targetSdkVersion =34
61
61
android.buildToolsVersion =34.0.0
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const config: ExpoConfig = {
60
60
newArchEnabled : false
61
61
} ,
62
62
android : {
63
- minSdkVersion : 23 ,
63
+ minSdkVersion : 24 ,
64
64
compileSdkVersion : 34 ,
65
65
targetSdkVersion : 34 ,
66
66
buildToolsVersion : '34.0.0' ,
Original file line number Diff line number Diff line change 21
21
"dependencies" : {
22
22
"@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
23
23
"@faker-js/faker" : " 8.3.1" ,
24
- "@journeyapps/react-native-quick-sqlite" : " ^2.1.2 " ,
24
+ "@journeyapps/react-native-quick-sqlite" : " ^2.2.0 " ,
25
25
"@powersync/common" : " workspace:*" ,
26
26
"@powersync/react" : " workspace:*" ,
27
27
"@powersync/react-native" : " workspace:*" ,
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
ext {
5
5
buildToolsVersion = findProperty(' android.buildToolsVersion' ) ?: ' 34.0.0'
6
- minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 23 ' )
6
+ minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 24 ' )
7
7
compileSdkVersion = Integer . parseInt(findProperty(' android.compileSdkVersion' ) ?: ' 34' )
8
8
targetSdkVersion = Integer . parseInt(findProperty(' android.targetSdkVersion' ) ?: ' 34' )
9
9
kotlinVersion = findProperty(' android.kotlinVersion' ) ?: ' 1.9.23'
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ EX_DEV_CLIENT_NETWORK_INSPECTOR=true
58
58
# Use legacy packaging to compress native libraries in the resulting APK.
59
59
expo.useLegacyPackaging =false
60
60
61
- android.minSdkVersion =23
61
+ android.minSdkVersion =24
62
62
android.compileSdkVersion =34
63
63
android.targetSdkVersion =34
64
64
android.buildToolsVersion =34.0.0
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const config: ExpoConfig = {
62
62
newArchEnabled : true
63
63
} ,
64
64
android : {
65
- minSdkVersion : 23 ,
65
+ minSdkVersion : 24 ,
66
66
compileSdkVersion : 34 ,
67
67
targetSdkVersion : 34 ,
68
68
buildToolsVersion : '34.0.0' ,
Original file line number Diff line number Diff line change 10
10
"dependencies" : {
11
11
"@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
12
12
"@expo/vector-icons" : " ^14.0.3" ,
13
- "@journeyapps/react-native-quick-sqlite" : " ^2.1.2 " ,
13
+ "@journeyapps/react-native-quick-sqlite" : " ^2.2.0 " ,
14
14
"@powersync/attachments" : " workspace:*" ,
15
15
"@powersync/common" : " workspace:*" ,
16
16
"@powersync/react" : " workspace:*" ,
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
ext {
5
5
buildToolsVersion = findProperty(' android.buildToolsVersion' ) ?: ' 34.0.0'
6
- minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 23 ' )
6
+ minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 24 ' )
7
7
compileSdkVersion = Integer . parseInt(findProperty(' android.compileSdkVersion' ) ?: ' 34' )
8
8
targetSdkVersion = Integer . parseInt(findProperty(' android.targetSdkVersion' ) ?: ' 34' )
9
9
kotlinVersion = findProperty(' android.kotlinVersion' ) ?: ' 1.9.23'
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ EX_DEV_CLIENT_NETWORK_INSPECTOR=true
58
58
# Use legacy packaging to compress native libraries in the resulting APK.
59
59
expo.useLegacyPackaging =false
60
60
61
- android.minSdkVersion =23
61
+ android.minSdkVersion =24
62
62
android.compileSdkVersion =34
63
63
android.targetSdkVersion =34
64
64
android.buildToolsVersion =34.0.0
Original file line number Diff line number Diff line change 13
13
"@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
14
14
"@expo/metro-runtime" : " ^3.2.1" ,
15
15
"@expo/vector-icons" : " ^14.0.0" ,
16
- "@journeyapps/react-native-quick-sqlite" : " ^2.1.2 " ,
16
+ "@journeyapps/react-native-quick-sqlite" : " ^2.2.0 " ,
17
17
"@powersync/attachments" : " workspace:*" ,
18
18
"@powersync/common" : " workspace:*" ,
19
19
"@powersync/react" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments