Skip to content

Commit

Permalink
Update readme (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorNarvaez committed Aug 23, 2023
1 parent 3415c0c commit ff3b632
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,24 +127,24 @@ the file.
bundle("singleBuild") {
auth {
gmsService {
dependency = "com.openmobilehub.android:auth-api-gms:1.0.0-beta"
dependency = "com.openmobilehub.android:auth-api-gms:1.0.1-beta"
}
nonGmsService {
dependency = "com.openmobilehub.android:auth-api-non-gms:1.0.0-beta"
dependency = "com.openmobilehub.android:auth-api-non-gms:1.0.1-beta"
}
}
}
bundle("gms") {
auth {
gmsService {
dependency = "com.openmobilehub.android:auth-api-gms:1.0.0-beta"
dependency = "com.openmobilehub.android:auth-api-gms:1.0.1-beta"
}
}
}
bundle("nongms") {
auth {
nonGmsService {
dependency = "com.openmobilehub.android:auth-api-non-gms:1.0.0-beta"
dependency = "com.openmobilehub.android:auth-api-non-gms:1.0.1-beta"
}
}
}
Expand All @@ -170,8 +170,8 @@ In this step, you will define the OMH Core Plugin bundles to generate multiple b
- Define the `Service`. In this example is auth.
- Define the `ServiceDetails`. In this example are `gmsService` and `nonGmsService`.
- Define the dependency and the path. In this example
are `com.openmobilehub.android:auth-api-gms:1.0.0-beta"`
and `com.openmobilehub.android:auth-api-non-gms:1.0.0-beta`.
are `com.openmobilehub.android:auth-api-gms:1.0.1-beta"`
and `com.openmobilehub.android:auth-api-non-gms:1.0.1-beta`.

**Note:** It's important to observe how a single build encompasses both GMS (Google MobileServices)
and Non-GMS configurations.
Expand All @@ -181,7 +181,7 @@ and Non-GMS configurations.
- Define the `Service`. In this example is auth.
- Define the `ServiceDetails` . In this example is `gmsService`.
- Define the dependency and the path. In this example
is `com.openmobilehub.android:auth-api-gms:1.0.0-beta"`.
is `com.openmobilehub.android:auth-api-gms:1.0.1-beta"`.

**Note:** gms build covers only GMS (Google Mobile Services).

Expand All @@ -190,7 +190,7 @@ and Non-GMS configurations.
- Define the `Service`. In this example is auth.
- Define the `ServiceDetails` . In this example is `nonGmsService`.
- Define the dependency and the path. In this example
is `com.openmobilehub.android:auth-api-non-gms:1.0.0-beta`.
is `com.openmobilehub.android:auth-api-non-gms:1.0.1-beta`.

**Note:** nongms build covers only Non-GMS configurations.

Expand Down

0 comments on commit ff3b632

Please sign in to comment.