Skip to content

Commit

Permalink
Bump version number to accomodate for the added JavaMail settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kranz committed Dec 8, 2015
1 parent 01c0b1d commit 22196e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ An Android app to forward SMS to an email account
Implemented thus far are:
* [x] Basic functionality (accepting SMTP credentials and actually catching and forwarding SMS via SMTP)
* [x] End-to-end encryption via PGP
* [x] Direct access to JavaMail props

Planned features:
* [ ] Direct access to javax.mail props
* [ ] Making the app work in real-life scenarios
1 change: 1 addition & 0 deletions app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/release" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" />
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.tpmkranz.smsforward"
minSdkVersion 15
targetSdkVersion 23
versionCode 20151122
versionName "0.9.1"
versionCode 20151208
versionName "0.9.2"
}
buildTypes {
release {
Expand Down

0 comments on commit 22196e2

Please sign in to comment.