fix: disabled workflow, manual build

This commit is contained in:
eddyizm 2025-10-26 12:01:51 -07:00
parent 0c3b43c5dc
commit c95e7cc5e0
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
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 {