diff --git a/gradle.properties b/gradle.properties index 1da64c1..58e0c9d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ kotlin.code.style=official org.gradle.caching=true -version = 0.0.1-SNAPSHOT \ No newline at end of file +version = 0.0.1 \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index 07b8802..a3cbc5f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1 @@ - -rootProject.name = 'roava' - +rootProject.name = 'roava' \ No newline at end of file