bump version for release, add jcenter repository to app/build.gradle to resolve missing packages

This commit is contained in:
idk
2023-01-11 16:00:52 +00:00
parent 016a7a47fd
commit 47f4530f6f
2 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
repositories {
mavenLocal()
mavenCentral()
jcenter()
}
android {