Bump version

This commit is contained in:
世界 2024-03-21 23:25:38 +08:00
parent 0efe30f873
commit 1a7b9dc6fd
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
2 changed files with 4 additions and 4 deletions

View file

@ -5,8 +5,8 @@ buildscript {
}
plugins {
id 'com.android.application' version '8.3.0' apply false
id 'com.android.library' version '8.3.0' apply false
id 'com.android.application' version '8.3.1' apply false
id 'com.android.library' version '8.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
id 'com.google.devtools.ksp' version '1.9.0-1.0.12' apply false
id 'com.github.triplet.play' version '3.8.4' apply false

View file

@ -1,3 +1,3 @@
VERSION_CODE=295
VERSION_NAME=1.8.9
VERSION_CODE=307
VERSION_NAME=1.8.10
GO_VERSION=go1.22.1