Compare commits
1 Commits
i2p-androi
...
i2p-androi
Author | SHA1 | Date | |
---|---|---|---|
b39ee68c2f |
@ -8,7 +8,7 @@ repositories {
|
|||||||
android {
|
android {
|
||||||
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)
|
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
versionCode 4745281
|
versionCode 4745282
|
||||||
versionName "$I2P_ANDROID_VERSION"
|
versionName "$I2P_ANDROID_VERSION"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)
|
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)
|
||||||
|
@ -17,7 +17,7 @@ POM_DEVELOPER_EMAIL=hankhill19580@gmail.com
|
|||||||
ANDROID_BUILD_TARGET_SDK_VERSION=33
|
ANDROID_BUILD_TARGET_SDK_VERSION=33
|
||||||
ANDROID_BUILD_SDK_VERSION=33
|
ANDROID_BUILD_SDK_VERSION=33
|
||||||
|
|
||||||
I2P_VERSION=2.5.0
|
I2P_VERSION=2.5.1
|
||||||
I2P_ANDROID_VERSION=2.5.0
|
I2P_ANDROID_VERSION=2.5.1
|
||||||
android.disableAutomaticComponentCreation=true
|
android.disableAutomaticComponentCreation=true
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
Reference in New Issue
Block a user