Skip to content

Commit

Permalink
Release: bump I2P version, I2P for Android version, and Build Number
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jul 18, 2024
1 parent 16c1277 commit f87e8d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)
defaultConfig {
versionCode 4745283
versionCode 4745284
versionName "$I2P_ANDROID_VERSION"
minSdkVersion 21
targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION as String)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ [email protected]
ANDROID_BUILD_TARGET_SDK_VERSION=33
ANDROID_BUILD_SDK_VERSION=33

I2P_VERSION=2.5.2
I2P_ANDROID_VERSION=2.5.2
I2P_VERSION=2.6.0
I2P_ANDROID_VERSION=2.6.0
android.disableAutomaticComponentCreation=true
android.useAndroidX=true

0 comments on commit f87e8d0

Please sign in to comment.