1
0
mirror of https://github.com/go-vikunja/app synced 2025-05-24 18:38:08 +00:00

fix: upgraded kotlin plugin

This commit is contained in:
Benimautner 2024-07-03 14:02:16 +02:00
parent cf508572c5
commit 6daeed71e6
6 changed files with 22 additions and 17 deletions

View File

@ -31,13 +31,13 @@ if (keystorePropertiesFile.exists()) {
android {
namespace 'io.vikunja.flutteringvikunja'
compileSdkVersion flutter.compileSdkVersion
//compileSdkVersion flutter.compileSdkVersion
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
//sourceSets {
// main.java.srcDirs += 'src/main/kotlin'
// }
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
@ -47,8 +47,8 @@ android {
defaultConfig {
applicationId "io.vikunja.app"
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
minSdk flutter.minSdkVersion
targetSdk flutter.targetSdkVersion
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
@ -111,8 +111,8 @@ flutter {
source '../..'
}
dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
}
//dependencies {
// testImplementation 'junit:junit:4.13.2'
// androidTestImplementation 'com.android.support.test:runner:1.0.2'
// androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
//}

View File

@ -5,6 +5,9 @@ allprojects {
}
}
buildscript {
ext.kotlin_version = '1.9.0'
}
rootProject.buildDir = '../build'
subprojects {

View File

@ -1,5 +1,6 @@
#Wed Jul 03 00:50:12 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip

View File

@ -19,7 +19,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "7.3.0" apply false
id "org.jetbrains.kotlin.android" version "1.7.10" apply false
id "org.jetbrains.kotlin.android" version "1.9.0" apply false
}
include ":app"

View File

@ -125,10 +125,10 @@ packages:
dependency: transitive
description:
name: chewie
sha256: e53da939709efb9aad0f3d72a69a8d05f889168b7a138af60ce78bab5c94b135
sha256: "1fc84d88d3b1dc26b1fe799500e2ebcc8916af30ce62595ad802cfd965b60bc3"
url: "https://pub.dev"
source: hosted
version: "1.8.1"
version: "1.8.0"
cli_util:
dependency: transitive
description:
@ -1465,10 +1465,10 @@ packages:
dependency: transitive
description:
name: wakelock_plus
sha256: "14758533319a462ffb5aa3b7ddb198e59b29ac3b02da14173a1715d65d4e6e68"
sha256: "104d94837bb28c735894dcd592877e990149c380e6358b00c04398ca1426eed4"
url: "https://pub.dev"
source: hosted
version: "1.2.5"
version: "1.2.1"
wakelock_plus_platform_interface:
dependency: transitive
description:

View File

@ -41,6 +41,7 @@ dependencies:
cronet_http: ^1.2.0
package_info_plus: ^6.0.0
html_editor_enhanced: ^2.6.0
dev_dependencies:
flutter_test:
sdk: flutter