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 {

View File

@ -17,6 +17,7 @@ POM_DEVELOPER_EMAIL=hankhill19580@gmail.com
ANDROID_BUILD_TARGET_SDK_VERSION=33
ANDROID_BUILD_SDK_VERSION=33
I2P_VERSION=2.0.0
I2P_ANDROID_VERSION=2.0.1
android.disableAutomaticComponentCreation=true
I2P_VERSION=2.1.0
I2P_ANDROID_VERSION=2.1.0
android.disableAutomaticComponentCreation=true
android.useAndroidX=true