Skip to content

Commit cdcd1b9

Browse files
committed
chore: rename gradle sub project to be android
Signed-off-by: Nicklas Lundin <[email protected]>
1 parent 68a6b53 commit cdcd1b9

Some content is hidden

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

47 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"extra-files": [
1010
"README.md",
1111
"build.gradle.kts",
12-
"OpenFeature/build.gradle.kts"
12+
"android/build.gradle.kts"
1313
]
1414
}
1515
},

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ dependencyResolutionManagement {
1515
}
1616
}
1717
rootProject.name = "OpenFeature"
18-
include(":OpenFeature")
18+
include(":android")

0 commit comments

Comments
 (0)