bump version for release, add jcenter repository to app/build.gradle to resolve missing packages
This commit is contained in:
@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
android {
|
||||
|
@ -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
|
Reference in New Issue
Block a user