diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 3287235..c001874 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionName="1.2.0" + android:versionCode="1200"> @@ -80,7 +80,8 @@ + android:icon="@drawable/ic_nlp_settings" + android:label="@string/nlp_app_name"> diff --git a/build.gradle b/build.gradle index 6ec2545..b7c7f53 100644 --- a/build.gradle +++ b/build.gradle @@ -18,8 +18,8 @@ if (buildNlpAsLib) { } dependencies { - compile 'com.android.support:support-v4:21.0.2' - compile 'com.android.support:appcompat-v7:21.0.2' + compile 'com.android.support:support-v4:21.0.3' + compile 'com.android.support:appcompat-v7:21.0.3' compile project(':UnifiedNlpApi') } @@ -54,12 +54,8 @@ android { lintOptions.abortOnError false sourceSets { - main { - if (buildNlpAsLib) { - manifest.srcFile 'EmptyAndroidManifest.xml' - } else { - manifest.srcFile 'AndroidManifest.xml' - } + main { + manifest.srcFile 'AndroidManifest.xml' java.srcDirs = ['src'] aidl.srcDirs = ['src'] res.srcDirs = ['res'] diff --git a/ic_nlp_settings.svg b/ic_nlp_settings.svg new file mode 100644 index 0000000..cabec67 --- /dev/null +++ b/ic_nlp_settings.svg @@ -0,0 +1,226 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable-hdpi/ic_nlp_app.png b/res/drawable-hdpi/ic_nlp_app.png new file mode 100644 index 0000000..6c46ad6 Binary files /dev/null and b/res/drawable-hdpi/ic_nlp_app.png differ diff --git a/res/drawable-hdpi/ic_nlp_settings.png b/res/drawable-hdpi/ic_nlp_settings.png new file mode 100644 index 0000000..c08d3f6 Binary files /dev/null and b/res/drawable-hdpi/ic_nlp_settings.png differ diff --git a/res/drawable-hdpi/nlp_app_icon.png b/res/drawable-hdpi/nlp_app_icon.png deleted file mode 100644 index 1654d9c..0000000 Binary files a/res/drawable-hdpi/nlp_app_icon.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_nlp_app.png b/res/drawable-mdpi/ic_nlp_app.png new file mode 100644 index 0000000..6d21455 Binary files /dev/null and b/res/drawable-mdpi/ic_nlp_app.png differ diff --git a/res/drawable-mdpi/ic_nlp_settings.png b/res/drawable-mdpi/ic_nlp_settings.png new file mode 100644 index 0000000..6d3adc6 Binary files /dev/null and b/res/drawable-mdpi/ic_nlp_settings.png differ diff --git a/res/drawable-mdpi/nlp_app_icon.png b/res/drawable-mdpi/nlp_app_icon.png deleted file mode 100644 index 2c1b3c5..0000000 Binary files a/res/drawable-mdpi/nlp_app_icon.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_nlp_app.png b/res/drawable-xhdpi/ic_nlp_app.png new file mode 100644 index 0000000..cb1f109 Binary files /dev/null and b/res/drawable-xhdpi/ic_nlp_app.png differ diff --git a/res/drawable-xhdpi/ic_nlp_settings.png b/res/drawable-xhdpi/ic_nlp_settings.png new file mode 100644 index 0000000..35034cd Binary files /dev/null and b/res/drawable-xhdpi/ic_nlp_settings.png differ diff --git a/res/drawable-xhdpi/nlp_app_icon.png b/res/drawable-xhdpi/nlp_app_icon.png deleted file mode 100644 index a793bac..0000000 Binary files a/res/drawable-xhdpi/nlp_app_icon.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_nlp_app.png b/res/drawable-xxhdpi/ic_nlp_app.png new file mode 100644 index 0000000..10b2984 Binary files /dev/null and b/res/drawable-xxhdpi/ic_nlp_app.png differ diff --git a/res/drawable-xxhdpi/ic_nlp_settings.png b/res/drawable-xxhdpi/ic_nlp_settings.png new file mode 100644 index 0000000..7fcda52 Binary files /dev/null and b/res/drawable-xxhdpi/ic_nlp_settings.png differ diff --git a/res/drawable-xxxhdpi/ic_nlp_app.png b/res/drawable-xxxhdpi/ic_nlp_app.png new file mode 100644 index 0000000..59d5da9 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_nlp_app.png differ diff --git a/res/drawable-xxxhdpi/ic_nlp_settings.png b/res/drawable-xxxhdpi/ic_nlp_settings.png new file mode 100644 index 0000000..b2ab77d Binary files /dev/null and b/res/drawable-xxxhdpi/ic_nlp_settings.png differ