Release v0.1.5
Some checks are pending
Android CI / build (push) Waiting to run

This commit is contained in:
dom4k
2026-03-17 03:17:37 +00:00
parent 6c715477b4
commit 9ca8a5cb86
2 changed files with 6 additions and 5 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "pro.nnnteam.nnnet"
minSdk = 26
targetSdk = 34
versionCode = 5
versionName = "0.1.4"
versionCode = 6
versionName = "0.1.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}