Compare commits

..

42 Commits

Author SHA1 Message Date
5a31a5566c Update gradle.properties 2022-02-02 13:44:10 +06:00
fecbfc4130 update publish.gradle 2022-01-04 23:20:02 +06:00
bf3c4bc11f Merge pull request #10 from InsanusMokrassar/0.0.15
0.0.15
2022-01-04 22:58:37 +06:00
2ef2d60213 update publish scripts 2022-01-04 22:55:14 +06:00
a1c2e48622 potential fix for build issues 2022-01-04 19:33:47 +06:00
ffdf808a89 update workflow 2022-01-04 19:26:06 +06:00
ef8bc50bd9 ignore kotlin-js-store 2022-01-04 19:21:53 +06:00
df5dea4915 remove kotlin-js-store 2022-01-04 19:16:01 +06:00
989f3af9db actualization 2022-01-04 19:10:38 +06:00
4c0cdc8d1e Update gradle.properties 2022-01-04 18:58:27 +06:00
ce132cb4e7 0.0.14 2021-11-12 18:15:42 +06:00
c519881800 update publishing scripts 2021-11-12 17:15:36 +06:00
17d7fe6659 Merge pull request #9 from InsanusMokrassar/0.0.13
0.0.13
2021-11-12 17:00:35 +06:00
63af9ba8e0 0.13.0 2021-11-12 14:35:36 +06:00
b5d0eda79d start 0.0.13 2021-11-12 13:36:43 +06:00
5d32bf567c Update mppProjectWithSerialization.gradle 2021-09-23 13:19:27 +06:00
0444d5fe8d Update mppJavaProject.gradle 2021-09-23 13:19:14 +06:00
ea18b23a2c Merge pull request #8 from InsanusMokrassar/0.0.12
0.0.12
2021-09-22 23:51:14 +06:00
271d094f10 Update commit-publish.yml 2021-09-22 22:47:00 +06:00
4335e6e1cd Update gradle.properties 2021-09-22 20:44:10 +06:00
d2d7578be4 start 0.0.12 2021-09-22 20:40:56 +06:00
2105fa5718 Merge pull request #7 from InsanusMokrassar/0.0.11
0.0.11
2021-07-03 14:04:26 +06:00
165a3a9856 Update gradle-wrapper.properties 2021-07-03 13:55:18 +06:00
f811968b05 Update build.gradle 2021-07-03 13:54:59 +06:00
c2e3b49786 Update gradle.properties 2021-07-03 13:54:21 +06:00
6d813ef142 update dependencies 2021-07-02 18:44:54 +06:00
9083b888c6 Update gradle.properties 2021-07-02 18:43:48 +06:00
7ac8effb5f update up to 0.0.10 with versions updates 2021-06-18 12:23:57 +06:00
4dc009b222 Merge pull request #5 from InsanusMokrassar/0.0.9
0.0.9
2021-06-12 12:17:09 +06:00
0ace1c760d Update mppProjectWithSerialization.gradle 2021-06-07 19:57:06 +06:00
c4e7e05ff2 Update gradle.properties 2021-06-07 19:53:50 +06:00
681848a908 Update README.md 2021-05-06 12:02:23 +06:00
1e2cf00ffe Merge pull request #4 from InsanusMokrassar/0.0.8
0.0.8
2021-05-06 11:23:15 +06:00
d940a266ac update dependencies 2021-05-05 19:53:47 +06:00
cdbcf29409 start 0.0.8 2021-05-05 19:52:30 +06:00
a88b6d17a2 Merge pull request #3 from InsanusMokrassar/0.0.7
0.0.7
2021-05-01 20:29:25 +06:00
e0cf102ec8 Update gradle.properties 2021-05-01 13:58:47 +06:00
3dc2515e57 Update gradle.properties 2021-05-01 13:57:40 +06:00
ee21a44270 start 0.0.7 2021-05-01 13:56:41 +06:00
eee918cd9f Update gradle.properties 2021-04-25 15:41:40 +06:00
459d4dc5e2 0.0.5 2021-04-18 17:22:48 +06:00
b974d4dfdc Merge pull request #2 from InsanusMokrassar/0.0.4
0.0.4
2021-04-05 21:56:34 +06:00
13 changed files with 73 additions and 36 deletions

View File

@@ -7,7 +7,10 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11
- name: Fix android 32.0.0 dx
continue-on-error: true
run: cd /usr/local/lib/android/sdk/build-tools/32.0.0/ && mv d8 dx && cd lib && mv d8.jar dx.jar
- name: Update version
run: |
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"

1
.gitignore vendored
View File

@@ -11,5 +11,6 @@ out/
secret.gradle
local.properties
kotlin-js-store/
publishing.sh

View File

@@ -3,5 +3,5 @@
This project was created due to neccessity of additional libraries over [tgbotapi](https://github.com/InsanusMokrassar/TelegramBotAPI).
Currently there are plans to create several libraries at the start of this project:
* Cache library for media (saving and autorefreshing of `fileId`)
* Cache library for admins (saving chat admins, autoupdate and refreshing by command (maybe))
* Cache library for media (saving and autorefreshing of `fileId`) (**currently in TBD state**)
* Cache library for admins (saving chat admins, autoupdate and refreshing by command (maybe)) (you may retrieve it using github packages for now)

View File

@@ -1,6 +1,5 @@
buildscript {
repositories {
jcenter()
google()
mavenCentral()
mavenLocal()
@@ -8,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.2'
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
classpath "com.getkeepsafe.dexcount:dexcount-gradle-plugin:$dexcount_version"
@@ -19,10 +18,8 @@ buildscript {
allprojects {
repositories {
mavenLocal()
jcenter()
mavenCentral()
google()
maven { url "https://kotlin.bintray.com/kotlinx" }
}
}

View File

@@ -51,12 +51,12 @@ class DefaultAdminsCacheAPIRepo(
}
override suspend fun getChatAdmins(chatId: ChatId): List<AdministratorChatMember>? = suspendCoroutine {
actor.offer(GetChatAdminsRepoAction(chatId, it))
actor.trySend(GetChatAdminsRepoAction(chatId, it))
}
override suspend fun setChatAdmins(chatId: ChatId, chatMembers: List<AdministratorChatMember>) = suspendCoroutine<Unit> {
actor.offer(SetChatAdminsRepoAction(chatId, chatMembers, it))
actor.trySend(SetChatAdminsRepoAction(chatId, chatMembers, it))
}
override suspend fun lastUpdate(chatId: ChatId): DateTime? = suspendCoroutine {
actor.offer(GetUpdateDateTimeRepoAction(chatId, it))
actor.trySend(GetUpdateDateTimeRepoAction(chatId, it))
}
}

View File

@@ -6,32 +6,32 @@ kotlin.incremental.js=true
android.useAndroidX=true
android.enableJetifier=true
kotlin_version=1.4.32
kotlin_serialisation_core_version=1.1.0
kotlin_version=1.6.10
kotlin_serialisation_core_version=1.3.2
github_release_plugin_version=2.2.12
tgbotapi_version=0.33.3
micro_utils_version=0.4.33
exposed_version=0.30.1
plagubot_version=0.1.8
tgbotapi_version=0.38.4
micro_utils_version=0.9.5
exposed_version=0.37.2
plagubot_version=0.5.1
# ANDROID
android_minSdkVersion=21
android_compileSdkVersion=30
android_buildToolsVersion=30.0.2
dexcount_version=2.0.0
android_compileSdkVersion=32
android_buildToolsVersion=32.0.0
dexcount_version=3.0.1
junit_version=4.12
test_ext_junit_version=1.1.2
espresso_core=3.3.0
# Dokka
dokka_version=1.4.20
dokka_version=1.6.10
# Project data
group=dev.inmo
version=0.0.4
android_code_version=4
version=0.0.16
android_code_version=16

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

View File

@@ -1,4 +1,4 @@
project.version = "$version" + System.getenv("additional_version")
project.version = "$version"
project.group = "$group"
apply from: "$publishGradlePath"

View File

@@ -1,4 +1,4 @@
project.version = "$version" + System.getenv("additional_version")
project.version = "$version"
project.group = "$group"
apply from: "$publishGradlePath"
@@ -28,3 +28,8 @@ kotlin {
}
}
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

View File

@@ -4,10 +4,8 @@ project.group = "$group"
apply from: "$publishGradlePath"
kotlin {
jvm {
compilations.main.kotlinOptions.useIR = true
}
js (BOTH) {
jvm()
js (IR) {
browser()
nodejs()
}
@@ -49,4 +47,9 @@ kotlin {
}
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
apply from: "$defaultAndroidSettingsPresetPath"

View File

@@ -38,14 +38,42 @@ publishing {
}
}
repositories {
maven {
name = "GithubPackages"
url = uri("https://maven.pkg.github.com/InsanusMokrassar/TelegramBotApiLibraries")
credentials {
username = project.hasProperty('GITHUBPACKAGES_USER') ? project.property('GITHUBPACKAGES_USER') : System.getenv('GITHUBPACKAGES_USER')
password = project.hasProperty('GITHUBPACKAGES_PASSWORD') ? project.property('GITHUBPACKAGES_PASSWORD') : System.getenv('GITHUBPACKAGES_PASSWORD')
if ((project.hasProperty('GITHUBPACKAGES_USER') || System.getenv('GITHUBPACKAGES_USER') != null) && (project.hasProperty('GITHUBPACKAGES_PASSWORD') || System.getenv('GITHUBPACKAGES_PASSWORD') != null)) {
maven {
name = "GithubPackages"
url = uri("https://maven.pkg.github.com/InsanusMokrassar/TelegramBotApiLibraries")
credentials {
username = project.hasProperty('GITHUBPACKAGES_USER') ? project.property('GITHUBPACKAGES_USER') : System.getenv('GITHUBPACKAGES_USER')
password = project.hasProperty('GITHUBPACKAGES_PASSWORD') ? project.property('GITHUBPACKAGES_PASSWORD') : System.getenv('GITHUBPACKAGES_PASSWORD')
}
}
}
if ((project.hasProperty('SONATYPE_USER') || System.getenv('SONATYPE_USER') != null) && (project.hasProperty('SONATYPE_PASSWORD') || System.getenv('SONATYPE_PASSWORD') != null)) {
maven {
name = "sonatype"
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
credentials {
username = project.hasProperty('SONATYPE_USER') ? project.property('SONATYPE_USER') : System.getenv('SONATYPE_USER')
password = project.hasProperty('SONATYPE_PASSWORD') ? project.property('SONATYPE_PASSWORD') : System.getenv('SONATYPE_PASSWORD')
}
}
}
}
}
}
if (project.hasProperty("signing.gnupg.keyName")) {
apply plugin: 'signing'
signing {
useGpgCmd()
sign publishing.publications
}
task signAll {
tasks.withType(Sign).forEach {
dependsOn(it)
}
}
}

1
publish.kpsb Normal file
View File

@@ -0,0 +1 @@
{"licenses":[{"id":"MIT","title":"MIT License","url":"https://opensource.org/licenses/MIT"}],"mavenConfig":{"name":"${project.name}","description":"${project.name}","url":"https://github.com/InsanusMokrassar/TelegramBotApiLibraries","vcsUrl":"https://github.com/InsanusMokrassar/TelegramBotApiLibraries.git","developers":[{"id":"InsanusMokrassar","name":"Ovsiannikov Aleksei","eMail":"ovsyannikov.alexey95@gmail.com"}],"repositories":[{"name":"GithubPackages","url":"https://maven.pkg.github.com/InsanusMokrassar/TelegramBotApiLibraries"},{"name":"sonatype","url":"https://oss.sonatype.org/service/local/staging/deploy/maven2/"}],"gpgSigning":{"type":"dev.inmo.kmppscriptbuilder.core.models.GpgSigning.Optional"}}}

View File

@@ -1 +0,0 @@
{"licenses":[{"id":"MIT","title":"MIT License","url":"https://opensource.org/licenses/MIT"}],"mavenConfig":{"name":"${project.name}","description":"${project.name}","url":"https://github.com/InsanusMokrassar/TelegramBotApiLibraries","vcsUrl":"https://github.com/InsanusMokrassar/TelegramBotApiLibraries.git","includeGpgSigning":false,"developers":[{"id":"InsanusMokrassar","name":"Ovsiannikov Aleksei","eMail":"ovsyannikov.alexey95@gmail.com"}],"repositories":[{"name":"GithubPackages","url":"https://maven.pkg.github.com/InsanusMokrassar/TelegramBotApiLibraries"}]}}