release(agent): bump to 0.0.0.2

This commit is contained in:
2026-09-24 20:52:21 +02:00
parent ba531adc74
commit c1a90102f8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId 'de.hackersoft.ariaagent'
minSdk 26
targetSdk 33 // 33 vermeidet die Foreground-Service-Typ-Pflicht von 34
versionCode 1
versionName '0.0.0.1'
versionCode 2
versionName '0.0.0.2'
}
buildTypes {