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

This commit is contained in:
dom4k
2026-03-17 02:47:58 +00:00
parent c158fd63b6
commit da681cbd23
2 changed files with 5 additions and 6 deletions

View File

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