Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Using oss package name
Browse files Browse the repository at this point in the history
  • Loading branch information
menny committed Mar 1, 2018
1 parent ae46345 commit 450b0b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
buildToolsVersion '27.0.3'

defaultConfig {
applicationId "com.anysoftkeyboard.languagepack.polish"
applicationId "com.anysoftkeyboard.languagepack.osspolish"
minSdkVersion 9
targetSdkVersion 27
versionName versionData.versionName
Expand Down
4 changes: 2 additions & 2 deletions src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.anysoftkeyboard.languagepack.polish">
package="com.anysoftkeyboard.languagepack.osspolish">

<supports-screens
android:anyDensity="true"
Expand All @@ -14,7 +14,7 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name">
<receiver
android:name="com.anysoftkeyboard.languagepack.polish.PackBroadcastReceiver"
android:name="com.anysoftkeyboard.languagepack.osspolish.PackBroadcastReceiver"
android:exported="true">
<intent-filter>
<action android:name="com.menny.android.anysoftkeyboard.KEYBOARD" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.anysoftkeyboard.languagepack.polish;
package com.anysoftkeyboard.languagepack.osspolish;

import android.content.BroadcastReceiver;
import android.content.Context;
Expand Down

0 comments on commit 450b0b7

Please sign in to comment.