Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
350ca986ee Update dependency com.android.tools.build:gradle to 8.13.+ 2025-11-12 11:08:57 +00:00
5 changed files with 11 additions and 25 deletions

View File

@@ -1,13 +1,5 @@
# Changelog
## 1.6.1
* `Kotlin`: `2.3.20`
## 1.6.0
* `Kotlin`: `2.3.0`
## 1.5.2
* `Kotlin`: `2.2.21`

View File

@@ -1,15 +1,9 @@
interface InjectedExecOps {
@Inject //@javax.inject.Inject
ExecOperations getExecOps()
}
private String getCurrentVersionChangelog() {
OutputStream changelogDataOS = new ByteArrayOutputStream()
def injected = project.objects.newInstance(InjectedExecOps)
injected.execOps.exec {
exec {
commandLine 'chmod', "+x", './changelog_parser.sh'
}
injected.execOps.exec {
exec {
standardOutput = changelogDataOS
commandLine './changelog_parser.sh', "${project.version}", 'CHANGELOG.md'
}

View File

@@ -10,5 +10,5 @@ org.gradle.jvmargs=-Xmx512m
# Project data
group=dev.inmo
version=1.6.1
android_code_version=41
version=1.5.2
android_code_version=39

View File

@@ -1,15 +1,15 @@
[versions]
kotlin = "2.3.20"
kotlin-gradle-plugin = "8.12.+"
kotlin = "2.2.21"
kotlin-gradle-plugin = "8.13.+"
nmcp = "1.4.4"
versions = "0.54.0"
nmcp = "1.2.0"
versions = "0.53.0"
dokka = "2.2.0"
dokka = "2.1.0"
dexcount = "4.0.0"
junit_version = "4.13.2"
junit_version = "4.12"
test_ext_junit_version = "1.3.0"
espresso_core = "3.7.0"

View File

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