0.4.1 Release

pull/116/head 0.4.1
Fox2Code 2 years ago
parent a8b3d9200f
commit d3b6a37049

1
app/.gitignore vendored

@ -1,4 +1,5 @@
/build /build
/default
/release /release
/mapping.txt /mapping.txt
/.vscode /.vscode

@ -10,8 +10,8 @@ android {
applicationId "com.fox2code.mmm" applicationId "com.fox2code.mmm"
minSdk 21 minSdk 21
targetSdk 32 targetSdk 32
versionCode 35 versionCode 36
versionName "0.4.0" versionName "0.4.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

Loading…
Cancel
Save