chore: bumped version, updated ignore file

This commit is contained in:
eddyizm
2025-10-26 09:35:12 -07:00
parent e228e74e6a
commit e7555119f0
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@@ -17,5 +17,5 @@
.vscode/settings.json .vscode/settings.json
# release / debug files # release / debug files
tempus-release-key.jks tempus-release-key.jks
app/tempo/ app/tempus/
app/notquitemy/ app/degoogled/

View File

@@ -11,7 +11,7 @@ android {
targetSdk 35 targetSdk 35
versionCode 1 versionCode 1
versionName '4.0.0.alpha' versionName '4.0.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
javaCompileOptions { javaCompileOptions {