File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 16 files changed +2833
-1719
lines changed Original file line number Diff line number Diff line change 33buildscript {
44 ext {
55 buildToolsVersion = findProperty(' android.buildToolsVersion' ) ?: ' 34.0.0'
6- minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 23 ' )
6+ minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 24 ' )
77 compileSdkVersion = Integer . parseInt(findProperty(' android.compileSdkVersion' ) ?: ' 34' )
88 targetSdkVersion = Integer . parseInt(findProperty(' android.targetSdkVersion' ) ?: ' 34' )
99 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
5858# Use legacy packaging to compress native libraries in the resulting APK.
5959expo.useLegacyPackaging =false
6060
61- android.minSdkVersion =23
61+ android.minSdkVersion =24
6262android.compileSdkVersion =34
6363android.targetSdkVersion =34
6464android.buildToolsVersion =34.0.0
Original file line number Diff line number Diff line change 3737 "newArchEnabled" : false
3838 },
3939 "android" : {
40- "minSdkVersion" : 23 ,
40+ "minSdkVersion" : 24 ,
4141 "compileSdkVersion" : 34 ,
4242 "targetSdkVersion" : 34 ,
4343 "buildToolsVersion" : " 34.0.0" ,
Original file line number Diff line number Diff line change 1010 "dependencies" : {
1111 "@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
1212 "@expo/vector-icons" : " ^14.0.0" ,
13- "@journeyapps/react-native-quick-sqlite" : " ^2.1.2 " ,
13+ "@journeyapps/react-native-quick-sqlite" : " ^2.2.0 " ,
1414 "@powersync/common" : " workspace:*" ,
1515 "@powersync/react" : " workspace:*" ,
1616 "@powersync/react-native" : " workspace:*" ,
Original file line number Diff line number Diff line change 33buildscript {
44 ext {
55 buildToolsVersion = findProperty(' android.buildToolsVersion' ) ?: ' 34.0.0'
6- minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 23 ' )
6+ minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 24 ' )
77 compileSdkVersion = Integer . parseInt(findProperty(' android.compileSdkVersion' ) ?: ' 34' )
88 targetSdkVersion = Integer . parseInt(findProperty(' android.targetSdkVersion' ) ?: ' 34' )
99 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
5555# Use legacy packaging to compress native libraries in the resulting APK.
5656expo.useLegacyPackaging =false
5757
58- android.minSdkVersion =23
58+ android.minSdkVersion =24
5959android.compileSdkVersion =34
6060android.targetSdkVersion =34
6161android.buildToolsVersion =34.0.0
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const config: ExpoConfig = {
6060 newArchEnabled : false
6161 } ,
6262 android : {
63- minSdkVersion : 23 ,
63+ minSdkVersion : 24 ,
6464 compileSdkVersion : 34 ,
6565 targetSdkVersion : 34 ,
6666 buildToolsVersion : '34.0.0' ,
Original file line number Diff line number Diff line change 2121 "dependencies" : {
2222 "@azure/core-asynciterator-polyfill" : " ^1.0.2" ,
2323 "@faker-js/faker" : " 8.3.1" ,
24- "@journeyapps/react-native-quick-sqlite" : " ^2.1.2 " ,
24+ "@journeyapps/react-native-quick-sqlite" : " ^2.2.0 " ,
2525 "@powersync/common" : " workspace:*" ,
2626 "@powersync/react" : " workspace:*" ,
2727 "@powersync/react-native" : " workspace:*" ,
Original file line number Diff line number Diff line change 33buildscript {
44 ext {
55 buildToolsVersion = findProperty(' android.buildToolsVersion' ) ?: ' 34.0.0'
6- minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 23 ' )
6+ minSdkVersion = Integer . parseInt(findProperty(' android.minSdkVersion' ) ?: ' 24 ' )
77 compileSdkVersion = Integer . parseInt(findProperty(' android.compileSdkVersion' ) ?: ' 34' )
88 targetSdkVersion = Integer . parseInt(findProperty(' android.targetSdkVersion' ) ?: ' 34' )
99 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
5858# Use legacy packaging to compress native libraries in the resulting APK.
5959expo.useLegacyPackaging =false
6060
61- android.minSdkVersion =23
61+ android.minSdkVersion =24
6262android.compileSdkVersion =34
6363android.targetSdkVersion =34
6464android.buildToolsVersion =34.0.0
You can’t perform that action at this time.
0 commit comments