Skip to content

Commit

Permalink
Upload Library To Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazan98 committed Feb 4, 2022
1 parent 6fca463 commit 8fbdf86
Show file tree
Hide file tree
Showing 133 changed files with 5,950 additions and 127 deletions.
4 changes: 3 additions & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ buildscript {
"FirebasePluginV" : "4.3.1",
"NavigationPluginV" : "2.2.0-rc04",
"VortexPluginV" : "1.0.0",
"RealmPluginV" : "10.8.0",
"HiltPluginVersion" : "2.28-alpha",
"NexusPublishPluginVersoin": "1.1.0"
]
Expand All @@ -28,7 +27,6 @@ buildscript {
classpath "com.akaita.android:easylauncher:${rootProject.ext.PluginsVersions.EasyLauncherPluginV}"
classpath "com.google.gms:google-services:${rootProject.ext.PluginsVersions.FirebasePluginV}"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:${rootProject.ext.PluginsVersions.NavigationPluginV}"
classpath "io.realm:realm-gradle-plugin:${rootProject.ext.PluginsVersions.RealmPluginV}"
classpath "com.google.dagger:hilt-android-gradle-plugin:${rootProject.ext.PluginsVersions.HiltPluginVersion}"
classpath "io.github.gradle-nexus:publish-plugin:${rootProject.ext.PluginsVersions.NexusPublishPluginVersoin}"
}
Expand Down
2 changes: 2 additions & 0 deletions vortex-data/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"

ext {
PUBLISH_ARTIFACT_ID = 'vortex-data'
}
Expand Down
1 change: 0 additions & 1 deletion vortex-examples/android-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ The Application Components
2. Fragments
3. Navigation Components
4. Material Design
5. Realm Database
6. Multi Threading With Kotlin Courotines
7. Mvvm \(ViewModels\)
8. State Handlers
Expand Down
2 changes: 2 additions & 0 deletions vortex-firebase/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"

ext {
PUBLISH_ARTIFACT_ID = 'vortex-firebase'
}
Expand Down
2 changes: 2 additions & 0 deletions vortex-log/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"

ext {
PUBLISH_ARTIFACT_ID = 'vortex-log'
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@

public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "io.vortex.android.state";
public static final String LIBRARY_PACKAGE_NAME = "io.vortex.android.state";
public static final String BUILD_TYPE = "release";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0";
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.vortex.android.state"
android:versionCode="1"
android:versionName="1.0" >
package="io.vortex.android.state" >

<uses-sdk
android:minSdkVersion="21"
android:targetSdkVersion="29" />
android:targetSdkVersion="31" />

</manifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 3,
"artifactType": {
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
"kind": "Directory"
},
"applicationId": "io.vortex.android.state",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"outputFile": "AndroidManifest.xml"
}
],
"elementType": "File"
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Generated by the gradle plugin
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
aarFormatVersion=1.0
aarMetadataVersion=1.0
minCompileSdk=1
Empty file.
Binary file not shown.
Loading

0 comments on commit 8fbdf86

Please sign in to comment.