Update settings.gradle.

This commit is contained in:
Matthieu Gautier 2022-12-15 17:37:01 +01:00
parent 42eb772a87
commit d5c9e46e2f

View File

@ -5,5 +5,5 @@ dependencyResolutionManagement {
mavenCentral() mavenCentral()
} }
} }
rootProject.name = "android-libkiwixbuild" rootProject.name = "java-libkiwix"
include ':app' include ':src'