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

Commit f1b511c

Browse files
committed
0.5.5 - Maintenance Update
1 parent c0fa98e commit f1b511c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ plugins {
44
}
55

66
android {
7-
compileSdk 32
7+
compileSdk 33
88

99
defaultConfig {
1010
applicationId "com.fox2code.mmm"
1111
minSdk 21
12-
targetSdk 32
13-
versionCode 47
14-
versionName "0.5.4"
12+
targetSdk 33
13+
versionCode 48
14+
versionName "0.5.5"
1515

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

0 commit comments

Comments
 (0)