diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..8ba9f99 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +tgm-telegram \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..bd95049 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 7aae638..28f26d5 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { } group 'ai.quantumsense.tgmonitor' -version '0.0.3' +version '0.0.4' sourceCompatibility = 1.8 @@ -32,8 +32,8 @@ configurations.all { } dependencies { - implementation 'com.github.tg-monitor:tgm-backend:0.0.3' - implementation 'com.github.tg-monitor:tgm-monitor:0.0.3' - implementation 'com.github.tg-monitor:tgm-entities:0.0.1' + implementation 'com.github.tg-monitor:tgm-backend:0.0.4' + implementation 'com.github.tg-monitor:tgm-monitor:0.0.4' + implementation 'com.github.tg-monitor:tgm-entities:0.0.2' implementation 'com.github.tg-monitor:tgm-servicelocator:0.0.1' } \ No newline at end of file