Compare commits

...

2 Commits

Author SHA1 Message Date
Roberto Viola
f37ee97d61 2.16.56 2024-06-04 15:21:47 +02:00
Roberto Viola
941717acb9 Update build.gradle 2024-06-04 14:52:19 +02:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.cagnulen.qdomyoszwift" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionName="2.16.55" android:versionCode="793" android:installLocation="auto">
<manifest package="org.cagnulen.qdomyoszwift" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:versionName="2.16.56" android:versionCode="799" android:installLocation="auto">
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Remove the comment if you do not require these default permissions. -->
<!-- %%INSERT_PERMISSIONS -->

View File

@@ -45,7 +45,7 @@ dependencies {
def appcompat_version = "1.3.1"
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation "com.android.billingclient:billing:5.0.0"
implementation "com.android.billingclient:billing:6.0.0"
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation "androidx.appcompat:appcompat:$appcompat_version"

View File

@@ -758,7 +758,7 @@ ApplicationWindow {
}
ItemDelegate {
text: "version 2.16.55"
text: "version 2.16.56"
width: parent.width
}

View File

@@ -843,4 +843,4 @@ INCLUDEPATH += purchasing/inapp
WINRT_MANIFEST = AppxManifest.xml
VERSION = 2.16.55
VERSION = 2.16.56