Release v0.1.3
Some checks failed
Android CI / build (push) Has been cancelled

This commit is contained in:
dom4k
2026-03-17 02:26:20 +00:00
parent b4df94200e
commit 88388ec115
2 changed files with 6 additions and 7 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "pro.nnnteam.nnnet"
minSdk = 26
targetSdk = 34
versionCode = 3
versionName = "0.1.2"
versionCode = 4
versionName = "0.1.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}