Skip to content

Commit b3475ae

Browse files
committed
Android release v1.0.260
1 parent a72ab67 commit b3475ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Linux | <a href='https://github.com/laurent22/joplin/releases/download/
2828

2929
Operating System | Download | Alt. Download
3030
-----------------|----------|----------------
31-
Android | <a href='https://play.google.com/store/apps/details?id=net.cozic.joplin&utm_source=GitHub&utm_campaign=README&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' height="40px" src='https://joplinapp.org/images/BadgeAndroid.png'/></a> | or [Download APK File](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.255/joplin-v1.0.255.apk)
31+
Android | <a href='https://play.google.com/store/apps/details?id=net.cozic.joplin&utm_source=GitHub&utm_campaign=README&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' height="40px" src='https://joplinapp.org/images/BadgeAndroid.png'/></a> | or [Download APK File](https://github.com/laurent22/joplin-android/releases/download/android-v1.0.260/joplin-v1.0.260.apk)
3232
iOS | <a href='https://itunes.apple.com/us/app/joplin/id1315599797'><img alt='Get it on the App Store' height="40px" src='https://joplinapp.org/images/BadgeIOS.png'/></a> | -
3333

3434
## Terminal application

ReactNativeClient/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ android {
9090
applicationId "net.cozic.joplin"
9191
minSdkVersion rootProject.ext.minSdkVersion
9292
targetSdkVersion rootProject.ext.targetSdkVersion
93-
versionCode 2097494
94-
versionName "1.0.258"
93+
versionCode 2097496
94+
versionName "1.0.260"
9595
ndk {
9696
abiFilters "armeabi-v7a", "x86"
9797
}

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ <h2><a name="mobile-applications" href="#mobile-applications" class="heading-anc
317317
<tr>
318318
<td>Android</td>
319319
<td><a href='https://play.google.com/store/apps/details?id=net.cozic.joplin&utm_source=GitHub&utm_campaign=README&pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' height="40px" src='https://joplinapp.org/images/BadgeAndroid.png'/></a></td>
320-
<td>or <a href="https://github.com/laurent22/joplin-android/releases/download/android-v1.0.255/joplin-v1.0.255.apk">Download APK File</a></td>
320+
<td>or <a href="https://github.com/laurent22/joplin-android/releases/download/android-v1.0.260/joplin-v1.0.260.apk">Download APK File</a></td>
321321
</tr>
322322
<tr>
323323
<td>iOS</td>

0 commit comments

Comments
 (0)