Legacy Code Publication

This commit is contained in:
Krzysztof KrzysiekSiemv Smaga
2025-02-12 23:13:31 +01:00
parent 78ea931701
commit 27da9ec308
179 changed files with 7113 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
ext {
mysqlConnectorJavaVersion = '8.0.27'
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}