Skip to content

Commit

Permalink
New 3.11 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickok committed Oct 8, 2018
1 parent cbe661c commit a0d8973
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 11 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,21 @@ android {
applicationId "org.transdroid.search"
minSdkVersion 9
targetSdkVersion 28
versionCode 33
versionName "3.10"
versionCode 34
versionName "3.11"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
signingConfigs {
releaseConfig {
keyAlias 'erickok'
keyPassword ''
storeFile file('../../erickok.keystore')
storePassword ''
}
}
buildTypes {
release {
signingConfig signingConfigs.releaseConfig
minifyEnabled true
}
}
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@
<uses-permission android:name="android.permission.INTERNET" />

<application
android:allowBackup="false"
android:icon="@drawable/ic_launcher"
android:label="Torrent Search (by Transdroid)"
android:description="@string/app_description"
android:theme="@style/Theme.Transdroid.Search">
android:theme="@style/Theme.Transdroid.Search"
tools:ignore="GoogleAppIndexingWarning">

<uses-library
android:name="org.apache.http.legacy"
Expand Down

0 comments on commit a0d8973

Please sign in to comment.