Skip to content

Commit

Permalink
Release version 3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickok committed Jan 19, 2015
1 parent 4f05039 commit 97faf70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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.transdroid.search"
minSdkVersion 8
targetSdkVersion 21
versionCode 22
versionName "3.0.1"
versionCode 23
versionName "3.1.0"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
*/
package org.transdroid.search.gui;

import android.annotation.TargetApi;
import android.app.Activity;
import android.os.Build;
import android.os.Bundle;
import android.preference.PreferenceCategory;
import android.preference.PreferenceFragment;
Expand All @@ -27,10 +29,11 @@
import org.transdroid.search.TorrentSite;

/**
* The modern-devcie version (Android 3.0 and later) of the activity that shows all public and private torrent sites supported and which allows to
* The modern-device version (Android 3.0 and later) of the activity that shows all public and private torrent sites supported and which allows to
* enter settings for each site (if appropriate) as well as to enable/disable a site.
* @author Eric Kok
*/
@TargetApi(Build.VERSION_CODES.HONEYCOMB)
public class SettingsActivityModern extends Activity {

@Override
Expand Down

0 comments on commit 97faf70

Please sign in to comment.