Commit f8e650dc authored by wanglei's avatar wanglei

[版号]升版号,解决gid获取导致的反复崩溃问题

parent ef95a92e
...@@ -18,8 +18,8 @@ android { ...@@ -18,8 +18,8 @@ android {
applicationId = "com.link.play.fit.ai.test1"// "com.link.play.fit.ai.test1" applicationId = "com.link.play.fit.ai.test1"// "com.link.play.fit.ai.test1"
minSdk = 24 minSdk = 24
targetSdk = 35 targetSdk = 35
versionCode = 1 versionCode = 3
versionName = "1.0" versionName = "1.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment