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

Commit c75fa26

Browse files
committed
0.3.2 Release
1 parent 553e402 commit c75fa26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 29
14-
versionName "0.3.1"
13+
versionCode 30
14+
versionName "0.3.2"
1515

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
project.ext.latestAboutLibsRelease = "10.0.0-b09"
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.1.0'
10+
classpath 'com.android.tools.build:gradle:7.1.1'
1111
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"
1212

1313
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)