Skip to content

Commit

Permalink
Version 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Schürmann committed Nov 16, 2016
1 parent 2f4fe72 commit ada07cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Donations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdkVersion 7
targetSdkVersion 22
versionCode 6
versionName '2.4'
versionCode 7
versionName '2.5'
}

// Workaround until translation issues are fixed
Expand All @@ -27,7 +27,7 @@ publish {
userOrg = 'sufficientlysecure'
groupId = 'org.sufficientlysecure'
artifactId = 'donations'
version = '2.4'
version = '2.5'
description = 'Donations Library for Android. Supports Google Play Store, Flattr, PayPal, and Bitcoin'
website = 'https://github.com/sufficientlysecure/donations'
website = 'https://github.com/SufficientlySecure/donations'
}
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Android Donations Lib supports donations by Google Play Store, Flattr, PayPal, and Bitcoin.

It is used in projects, such as OpenKeychain, AdAway, FasterGPS, and NTP-Sync.
It is used in projects, such as OpenKeychain, AdAway, FasterGPS, and NTPSync.

**NOTE: Google mailed me to remove PayPal donation capability when publishing on Google Play! Thus, you should build "product flavors" defined by the example: One version with Google Play donation capability and one with Paypal, Flattr, and Bitcoin!**

Expand All @@ -16,7 +16,7 @@ repositories {
}
dependencies {
compile 'org.sufficientlysecure:donations:2.4'
compile 'org.sufficientlysecure:donations:2.5'
}
```

Expand Down Expand Up @@ -47,6 +47,12 @@ Help translating on [Transifex](https://www.transifex.com/sufficientlysecure/don
* Add ``<uses-permission android:name="com.android.vending.BILLING" />`` to product flavors that use Google Play In-app billing

## Changelog
### 2.5
* Sync translations

### 2.4
* Fix NPE without billing service

### 2.3
* Publish to JCenter

Expand Down

0 comments on commit ada07cd

Please sign in to comment.