Skip to content

Commit 31542e7

Browse files
committed
Merge branch 'release/3.4.2'
2 parents 5f6fb58 + 4bdb2c3 commit 31542e7

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CHANGELOG
22

3-
## 3.4.1 (2024-11-05)
3+
## 3.4.2 (2024-11-05)
4+
* bump buildToolsVersion 35.0.0, targetSdkVersion, compileSdkVersion to 35
45
* bump Kotlin to 2.0.20, Gradle plugin to 8.7.2
56
* bump core-ktx to 1.15.0, appcompat to 1.7.0, material to 1.12.0
67

gradle-mvn-push.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
33
tasks.register('javadocJar', Jar) {
44
dependsOn dokkaJavadoc
55
archiveClassifier.set('javadoc')
6-
from "$buildDir/dokka/javadoc"
6+
from "${rootProject.layout.buildDirectory}/dokka/javadoc"
77
}
88

99
afterEvaluate {

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android.enableJetifier=true
2121
kotlin.code.style=official
2222

2323
# base versions
24-
buildToolsVersion=34.0.0
25-
compileSdkVersion=34
24+
buildToolsVersion=35.0.0
25+
compileSdkVersion=35
2626
minSdkVersion=21
27-
targetSdkVersion=34
27+
targetSdkVersion=35
2828
javaVersion=17

singleactivitynavigation/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ buildTypes=debug,release
33
groupId=com.github.mvojtkovszky
44
artifactId=SingleActivityNavigation
55
moduleId=singleactivitynavigation
6-
versionName=3.4.1
6+
versionName=3.4.2

0 commit comments

Comments
 (0)