Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahaa authored and Bahaa committed Feb 26, 2023
1 parent bd34497 commit 1c2cdff
Show file tree
Hide file tree
Showing 30 changed files with 5 additions and 1,280 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ afterEvaluate {
from components.release

groupId = 'com.github.Al-khateebBahaa'
artifactId = 'app'
version = '1.0.0'
artifactId = 'app_module'
version = "$sdk_version"
}
}
}
Expand Down
11 changes: 1 addition & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,7 @@ plugins {
}

ext {
kotlin_version = "1.5.30"
nav_version = "2.4.1"
hiltAndroidXVersion = '1.0.0-alpha03'
lifecycle_version = '2.4.1'
retrofit_version = '2.9.0'
coroutines_version = '1.5.0'
coroutines_core_version = '1.4.2'
hilt_version = '2.44.2'
google_services='4.3.8'
koin_version= "3.3.0"
koin_android_version= "3.3.1"
sdk_version = '1.0.0-alpha'

}
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ afterEvaluate {
from components.release

groupId = 'com.github.Al-khateebBahaa'
artifactId = 'core'
version = '1.0.0'
artifactId = 'core_module'
version = "$sdk_version"
}
}
}
Expand Down
1 change: 0 additions & 1 deletion demo/.gitignore

This file was deleted.

61 changes: 0 additions & 61 deletions demo/build.gradle

This file was deleted.

Empty file removed demo/consumer-rules.pro
Empty file.
21 changes: 0 additions & 21 deletions demo/proguard-rules.pro

This file was deleted.

This file was deleted.

47 changes: 0 additions & 47 deletions demo/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1c2cdff

Please sign in to comment.