Start on 1.2

Note this release won't come for a bit but since I need to do some testing against foxmmm might as well

Signed-off-by: androidacy-user <opensource@androidacy.com>
pull/273/head
androidacy-user 1 year ago
parent bd726a95fd
commit 0ee54a2224

@ -32,7 +32,7 @@ android {
minSdk 23
targetSdk 33
versionCode 64
versionName "1.1.0"
versionName "1.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
signingConfig signingConfigs.release
archivesBaseName = "FoxMMM-v$versionName"
@ -263,7 +263,7 @@ dependencies {
implementation "dev.rikka.rikkax.insets:insets:1.3.0"
implementation 'com.github.Dimezis:BlurView:version-2.0.2'
implementation 'com.github.KieronQuinn:MonetCompat:0.4.1'
implementation 'com.github.Fox2Code:FoxCompat:0.1.8'
implementation 'com.github.Fox2Code:FoxCompat:0.2.0'
// Update the version code in the root build.gradle
implementation "com.mikepenz:aboutlibraries:${latestAboutLibsRelease}"

Loading…
Cancel
Save