Skip to content

Commit e73282f

Browse files
committed
Update I2P version and remove pickFirsts for encp-header.ht
1 parent c762c0d commit e73282f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252
}
5353
resources {
5454
excludes += ['LICENSE.txt']
55-
pickFirsts += ['net/i2p/i2ptunnel/resources/proxy/encp-header.ht']
55+
//pickFirsts += ['net/i2p/i2ptunnel/resources/proxy/encp-header.ht']
5656
}
5757
}
5858
flavorDimensions 'tier'

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
ANDROID_BUILD_SDK_VERSION=35
1515
ANDROID_BUILD_TARGET_SDK_VERSION=35
1616
GROUP=net.i2p.android
17-
I2P_ANDROID_VERSION=2.11.1
18-
I2P_ANDROID_VERSION_CODE=4745307
19-
I2P_VERSION=2.11.0-4
17+
I2P_ANDROID_VERSION=2.12.0
18+
I2P_ANDROID_VERSION_CODE=4745308
19+
I2P_VERSION=2.12.0-1
2020
POM_DEVELOPER_EMAIL=hankhill19580@gmail.com
2121
POM_DEVELOPER_ID=idk
2222
POM_DEVELOPER_NAME=idk

0 commit comments

Comments
 (0)