Skip to content

Commit

Permalink
Set min SDK to 23
Browse files Browse the repository at this point in the history
- Bump GMS to 23.45.22
  • Loading branch information
WSTxda committed Dec 4, 2023
1 parent f28aa22 commit b11f9a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MicroG RE (MicroG Services Redesign)

[MicroG](https://github.com/microg/GmsCore) fork designed for ReVanced apps with beautiful design
[GmsCore](https://github.com/microg/GmsCore) fork designed for ReVanced apps with beautiful design

[![Android](https://img.shields.io/badge/Platform-Android-green.svg?style=flat-square)](https://www.android.com) [![API](https://img.shields.io/badge/API-23%2B-orange.svg?logo=android&style=flat-square)](https://developer.android.com/studio/releases/platforms) [![Release](https://img.shields.io/github/v/release/WSTxda/MicroG-RE?color=blue&label=Release&style=flat-square)](https://github.com/WSTxda/MicroG-RE/releases) [![Downloads](https://img.shields.io/github/downloads/WSTxda/MicroG-RE/total?color=brightgrey&style=flat-square)](https://github.com/WSTxda/MicroG-RE/releases)

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildscript {

ext.androidBuildVersionTools = '33.0.2'

ext.androidMinSdk = 14
ext.androidMinSdk = 23
ext.androidTargetSdk = 29
ext.androidCompileSdk = 33

Expand Down Expand Up @@ -82,7 +82,7 @@ allprojects {
apply plugin: 'idea'

group = 'org.microg.gms'
ext.appVersionCode = 234414000
ext.appVersionCode = 234522000
ext.baseVersion = ext.appVersionCode.toString()[0..1] + '.' + ext.appVersionCode.toString()[2..3] + '.' + ext.appVersionCode.toString()[4..5]
version = "4.0 GMS."+ext.baseVersion.replaceAll("\\.", "")
ext.isReleaseVersion = false
Expand Down

0 comments on commit b11f9a5

Please sign in to comment.