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

Commit f03caf1

Browse files
committed
0.4.0 Release Candidate 2
1 parent ff2d5ab commit f03caf1

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 32
14-
versionName "0.4.0-rc1"
13+
versionCode 33
14+
versionName "0.4.0-rc2"
1515

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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
gradlePluginPortal()
77
}
8-
project.ext.latestAboutLibsRelease = "10.0.0-rc01"
8+
project.ext.latestAboutLibsRelease = "10.0.0"
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:7.1.2'
1111
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${latestAboutLibsRelease}"

0 commit comments

Comments
 (0)