Skip to content

Commit 9766c98

Browse files
committed
remove unused resources, fix manifest
1 parent 1743920 commit 9766c98

File tree

7 files changed

+2
-11
lines changed

7 files changed

+2
-11
lines changed

lib/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ android {
1515
buildToolsVersion "19.1.0"
1616

1717
defaultConfig {
18-
applicationId "net.ypresto.androidtranscoder"
1918
minSdkVersion 18
2019
targetSdkVersion 19
21-
versionCode 1
22-
versionName "1.0"
2320
}
2421
buildTypes {
2522
release {
@@ -32,7 +29,7 @@ android {
3229
publish {
3330
groupId = 'net.ypresto.androidtranscoder'
3431
artifactId = 'android-transcoder'
35-
version = '0.1.5-SNAPSHOT'
32+
version = '0.1.6-SNAPSHOT'
3633
licences = ['Apache-2.0']
3734
website = 'https://github.com/ypresto/android-transcoder'
3835
autoPublish = false

lib/src/main/AndroidManifest.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="net.ypresto.androidtranscoder">
33

4-
<application android:allowBackup="true"
5-
android:label="@string/app_name"
6-
android:icon="@drawable/ic_launcher"
7-
>
8-
9-
</application>
4+
<application />
105

116
</manifest>
-9.18 KB
Binary file not shown.
-5.11 KB
Binary file not shown.
Binary file not shown.
-18.9 KB
Binary file not shown.

lib/src/main/res/values/strings.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
<resources>
2-
<string name="app_name">android-transcoder</string>
32
</resources>

0 commit comments

Comments
 (0)