Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c075162f2 |
@@ -47,6 +47,7 @@ android {
|
||||
getDefaultProguardFile("proguard-android-optimize.txt"),
|
||||
"proguard-rules.pro"
|
||||
)
|
||||
signingConfig = signingConfigs.getByName("debug")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -105,7 +106,7 @@ dependencies {
|
||||
androidTestImplementation(libs.ui.test.junit4)
|
||||
debugImplementation(libs.ui.tooling)
|
||||
debugImplementation(libs.ui.test.manifest)
|
||||
implementation(project(mapOf("path" to ":devmenu")))
|
||||
//implementation(project(mapOf("path" to ":devmenu")))
|
||||
|
||||
implementation ("commons-codec:commons-codec:1.15")
|
||||
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
#Wed Nov 08 15:56:25 MSK 2023
|
||||
#Sun Mar 16 20:04:17 MSK 2025
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
+2
-2
@@ -21,6 +21,6 @@ dependencyResolutionManagement {
|
||||
|
||||
rootProject.name = "NFS Most Wanted"
|
||||
include(":app")
|
||||
include(":devmenu")
|
||||
include(":devmenu:domain")
|
||||
//include(":devmenu")
|
||||
//include(":devmenu:domain")
|
||||
include(":mpcore")
|
||||
|
||||
Reference in New Issue
Block a user