1
0
mirror of https://github.com/go-vikunja/app synced 2025-02-10 16:52:22 +00:00

restored some options changed for debugging

This commit is contained in:
Benimautner 2024-05-23 00:33:08 +02:00
parent 62dcd41089
commit 5a89a1f518
2 changed files with 1 additions and 5 deletions

View File

@ -110,12 +110,9 @@ android {
flutter {
source '../..'
}
/*
dependencies {
implementation 'com.android.support:support-annotations:28.0.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.20"
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

@ -2,7 +2,6 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter()
}
}