diff --git a/README.md b/README.md index 7a41c25..78cba99 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ - - - - Total lines of code: -02 April 2025 20:52:22 3472 +04 April 2025 22:41:39 4443 + diff --git a/build.gradle b/build.gradle index dc51745..edeba23 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group = 'com.github.hdvtdev' -version = '0.0.1' +version = '0.1.0' repositories { mavenCentral() @@ -12,15 +12,13 @@ repositories { dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3' implementation 'com.squareup.okhttp3:okhttp:4.12.0' - implementation 'org.jetbrains:annotations:26.0.2' } - jar { manifest { attributes( - 'Main-Class' : 'hdvtdev.telegram.Main' + 'Main-Class': 'hdvtdev.telegram.Main' ) } from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } } diff --git a/settings.gradle b/settings.gradle index f18c9a3..ef3e3e5 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,2 @@ -rootProject.name = 'TinyTelegram' +rootProject.name = 'TeleJ'