Skip to content

Commit 72bdc55

Browse files
updated package name and published a built version of the app
1 parent 70cb690 commit 72bdc55

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
33
android {
44
compileSdkVersion 26
55
defaultConfig {
6-
applicationId "com.example.mohammedal.learnarabic"
6+
applicationId "com.touristarabic.mohammedal.learnarabic"
77
minSdkVersion 15
88
targetSdkVersion 26
99
versionCode 1

app/release/app-release.apk

3.45 MB
Binary file not shown.

app/release/output.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1},"path":"app-release.apk","properties":{"packageId":"com.touristarabic.mohammedal.learnarabic","split":"","minSdkVersion":"15"}}]

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
<application
66
android:allowBackup="true"
7-
android:icon="@mipmap/ic_door"
7+
android:icon="@mipmap/shape_noborder"
88
android:label="@string/app_name"
9-
android:roundIcon="@mipmap/ic_launcher_round"
9+
android:roundIcon="@mipmap/shape_noborder"
1010
android:supportsRtl="true"
1111
android:theme="@style/AppTheme">
1212
<activity android:name=".MainActivity">

0 commit comments

Comments
 (0)