We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c762c0d commit e73282fCopy full SHA for e73282f
2 files changed
app/build.gradle
@@ -52,7 +52,7 @@ android {
52
}
53
resources {
54
excludes += ['LICENSE.txt']
55
- pickFirsts += ['net/i2p/i2ptunnel/resources/proxy/encp-header.ht']
+ //pickFirsts += ['net/i2p/i2ptunnel/resources/proxy/encp-header.ht']
56
57
58
flavorDimensions 'tier'
gradle.properties
@@ -14,9 +14,9 @@
14
ANDROID_BUILD_SDK_VERSION=35
15
ANDROID_BUILD_TARGET_SDK_VERSION=35
16
GROUP=net.i2p.android
17
-I2P_ANDROID_VERSION=2.11.1
18
-I2P_ANDROID_VERSION_CODE=4745307
19
-I2P_VERSION=2.11.0-4
+I2P_ANDROID_VERSION=2.12.0
+I2P_ANDROID_VERSION_CODE=4745308
+I2P_VERSION=2.12.0-1
20
POM_DEVELOPER_EMAIL=hankhill19580@gmail.com
21
POM_DEVELOPER_ID=idk
22
POM_DEVELOPER_NAME=idk
0 commit comments