Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
# Conflicts:
#	versions.properties
  • Loading branch information
sunhonglin committed Sep 24, 2024
2 parents f7b5384 + 38bf65f commit 0fafccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ subprojects {
maven(url = Repositories.REPO_MAVEN_LANGCOO)
}

buildDir = File(rootProject.buildDir, name)
val dirNameLast = path.substringBeforeLast(":").replace(":","\\")
buildDir = File("${rootProject.buildDir}$dirNameLast", name)
group = property("app.group").toString()
}

Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ version.androidx.room=2.5.1
## # available=2.6.0
## # available=2.6.1

version.com.sunhonglin..base-ktx=1.3.2
version.com.sunhonglin..base-ktx=1.3.6

version.com.sunhonglin..core-ktx=1.1.0

Expand Down

0 comments on commit 0fafccc

Please sign in to comment.