This repository was archived by the owner on Feb 4, 2020. It is now read-only.
File tree 3 files changed +4
-4
lines changed
java/com/anysoftkeyboard/languagepack/osspolish
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ android {
55
55
buildToolsVersion ' 27.0.3'
56
56
57
57
defaultConfig {
58
- applicationId " com.anysoftkeyboard.languagepack.polish "
58
+ applicationId " com.anysoftkeyboard.languagepack.osspolish "
59
59
minSdkVersion 9
60
60
targetSdkVersion 27
61
61
versionName versionData. versionName
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" com.anysoftkeyboard.languagepack.polish " >
3
+ package =" com.anysoftkeyboard.languagepack.osspolish " >
4
4
5
5
<supports-screens
6
6
android : anyDensity =" true"
14
14
android : icon =" @mipmap/ic_launcher"
15
15
android : label =" @string/app_name" >
16
16
<receiver
17
- android : name =" com.anysoftkeyboard.languagepack.polish .PackBroadcastReceiver"
17
+ android : name =" com.anysoftkeyboard.languagepack.osspolish .PackBroadcastReceiver"
18
18
android : exported =" true" >
19
19
<intent-filter >
20
20
<action android : name =" com.menny.android.anysoftkeyboard.KEYBOARD" />
Original file line number Diff line number Diff line change 1
- package com .anysoftkeyboard .languagepack .polish ;
1
+ package com .anysoftkeyboard .languagepack .osspolish ;
2
2
3
3
import android .content .BroadcastReceiver ;
4
4
import android .content .Context ;
You can’t perform that action at this time.
0 commit comments