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
/default
/release
/mapping.txt
/.vscode

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

Loading…
Cancel
Save