Skip to content

Commit

Permalink
last stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
khaouitiabdelhakim committed Feb 16, 2024
1 parent 2931c37 commit 20f5ff6
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 6,597 deletions.
Binary file added HolyQuran.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion HolyQuran/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ publishing {
groupId = "com.abdelhakim"
artifactId = "holyquran"
version = "1.0.0"

afterEvaluate {
from(components["release"])
}
Expand Down
6,586 changes: 0 additions & 6,586 deletions HolyQuran/src/main/java/com/abdelhakim/holyquran/translations/QuranIcelandic.kt

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6582,4 +6582,5 @@ class QuranThai {
"ที่กระซิบกระซาบในหัวอกของมนุษย์",
"จากหมู่ญินและมนุษย์",
),
)
}
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

android {
namespace = "com.abdelhakim.holyquran"
namespace = "com.abdelhakim.holyquranapp"
compileSdk = 34

defaultConfig {
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/java/com/abdelhakim/holyquran/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ package com.abdelhakim.holyquran

import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import com.abdelhakim.holyquran.translations.QuranGerman

class MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)


}
}

0 comments on commit 20f5ff6

Please sign in to comment.