Skip to content

Commit

Permalink
Version bump, increased API target to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhealey committed Nov 25, 2024
1 parent a0b9ccd commit 32ba1a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.waist.line" version="3.9.0" android:versionCode="30900" xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.waist.line" version="3.9.1" android:versionCode="30901" xmlns:android="http://schemas.android.com/apk/res/android" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Waistline</name>
<description>
A libre calorie counter including a barcode scanner linked to the Open Food Facts database.
Expand All @@ -16,8 +16,8 @@
<allow-intent href="market:*" />
<platform name="android">
<preference name="android-minSdkVersion" value="21" />
<preference name="android-compileSdkVersion" value="33" />
<preference name="android-targetSdkVersion" value="33" />
<preference name="android-compileSdkVersion" value="34" />
<preference name="android-targetSdkVersion" value="34" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name="AndroidExtraFilesystems" value="files,sdcard,cache" />
<preference name="AndroidInsecureFileModeEnabled" value="true" />
Expand Down

0 comments on commit 32ba1a7

Please sign in to comment.