Release 1.7.0

This commit is contained in:
jenkins-mobile
2024-10-17 14:30:32 +03:00
parent bbb0234d0b
commit 1eb261c794
10 changed files with 216 additions and 153 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android {
namespace "ru.yoomoney.yookassa_payments_flutter_example"
compileSdkVersion 33
compileSdkVersion 34
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
@@ -46,7 +46,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "ru.yoomoney.yookassa_payments_flutter_example"
minSdkVersion 24
targetSdkVersion 31
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
+2 -1
View File
@@ -15,6 +15,7 @@ allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://developer.huawei.com/repo/'}
}
}
@@ -24,6 +25,6 @@ subprojects {
project.evaluationDependsOn(':app')
}
task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}