Skip to content

Commit 636eec7

Browse files
rename dir
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 8de65a4 commit 636eec7

64 files changed

Lines changed: 32 additions & 2 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/build.gradle.kts

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,31 @@ android {
4848
useSupportLibrary = true
4949
}
5050
multiDexEnabled = true
51-
resourceConfigurations.addAll(listOf("ar", "bs", "cs", "de", "es-rMX", "fr", "hu", "id", "ja", "hu", "nl", "pl", "pt", "pt-rBR", "ro", "ru", "tr", "uk", "zh", "zh-rTW", "en"))
51+
resourceConfigurations.addAll(
52+
listOf(
53+
"ar",
54+
"bs",
55+
"cs",
56+
"de",
57+
"es-rMX",
58+
"fr",
59+
"hu",
60+
"id",
61+
"ja",
62+
"hu",
63+
"nl",
64+
"pl",
65+
"pt",
66+
"pt-rBR",
67+
"ro",
68+
"ru",
69+
"tr",
70+
"uk",
71+
"zh",
72+
"zh-rTW",
73+
"en"
74+
)
75+
)
5276
}
5377

5478
splits {
@@ -504,6 +528,12 @@ dependencies {
504528
}
505529

506530
android {
531+
sourceSets {
532+
this.getByName("main") {
533+
this.java.srcDir("src/main/kotlin")
534+
}
535+
}
536+
507537
ndkVersion = "25.2.9519653"
508538
dependenciesInfo {
509539
includeInApk = false

app/src/main/java/com/fox2code/mmm/AppUpdateManager.kt renamed to app/src/main/kotlin/com/fox2code/mmm/AppUpdateManager.kt

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

app/src/main/java/com/fox2code/mmm/MainApplication.kt renamed to app/src/main/kotlin/com/fox2code/mmm/MainApplication.kt

File renamed without changes.

app/src/main/java/com/fox2code/mmm/NotificationType.kt renamed to app/src/main/kotlin/com/fox2code/mmm/NotificationType.kt

File renamed without changes.

app/src/main/java/com/fox2code/mmm/NotificationTypeCst.kt renamed to app/src/main/kotlin/com/fox2code/mmm/NotificationTypeCst.kt

File renamed without changes.

app/src/main/java/com/fox2code/mmm/OverScrollManager.kt renamed to app/src/main/kotlin/com/fox2code/mmm/OverScrollManager.kt

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)