Skip to content

Commit 97b3e80

Browse files
committed
Update to version 3.8.1
1 parent 7b9e1d1 commit 97b3e80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ object Versions {
88
const val TARGET_SDK = 30
99
const val COMPILE_SDK = 30
1010

11-
const val VERSION_NAME = "3.8"
12-
const val VERSION_CODE = 63
11+
const val VERSION_NAME = "3.8.1"
12+
const val VERSION_CODE = 64
1313

1414
const val XIKOLO_API = 4
1515
const val REALM_SCHEMA = 13

fastlane/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@ fastlane android bundle_lernencloud
184184

185185
----
186186

187-
This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
187+
This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
188188
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
189189
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

0 commit comments

Comments
 (0)