Commit 85bd8e7d authored by Lisa (AI Assistant)'s avatar Lisa (AI Assistant)

Update to SDK 35

parent 360b7ffe
...@@ -7,12 +7,12 @@ plugins { ...@@ -7,12 +7,12 @@ plugins {
android { android {
namespace = "com.nexlab.openclaw.node" namespace = "com.nexlab.openclaw.node"
compileSdk = 34 compileSdk = 35
defaultConfig { defaultConfig {
applicationId = "com.nexlab.openclaw.node" applicationId = "com.nexlab.openclaw.node"
minSdk = 26 minSdk = 26
targetSdk = 34 targetSdk = 35
versionCode = 1 versionCode = 1
versionName = "0.1.0" versionName = "0.1.0"
multiDexEnabled = true multiDexEnabled = true
......
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