Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit d3b6a37

Browse files
committed
0.4.1 Release
1 parent a8b3d92 commit d3b6a37

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/build
2+
/default
23
/release
34
/mapping.txt
45
/.vscode

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.fox2code.mmm"
1111
minSdk 21
1212
targetSdk 32
13-
versionCode 35
14-
versionName "0.4.0"
13+
versionCode 36
14+
versionName "0.4.1"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

0 commit comments

Comments
 (0)