1 Commits

Author SHA1 Message Date
eddyizm
c95e7cc5e0 fix: disabled workflow, manual build 2025-10-26 12:01:51 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: Github Release Workflow
on: on:
push: push:
tags: tags:
- 'v[0-9]+.[0-9]+.[0-9]+' - '[0-9]+.[0-9]+.[0-9]+'
jobs: jobs:
build: build:

View File

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