Skip to content

Commit

Permalink
publish updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelReyes committed Oct 28, 2022
1 parent 41f60d1 commit 6a2acfc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,35 @@
<artifactId>CommonCoreLegacy</artifactId>
<version>2.1.43</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.skedgo.tripkit</groupId>
<artifactId>TripKitDomain</artifactId>
<version>2.1.43</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.skedgo.tripkit</groupId>
<artifactId>TripKitDomainLegacy</artifactId>
<version>2.1.43</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.skedgo.tripkit</groupId>
<artifactId>TripKitData</artifactId>
<version>2.1.43</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.skedgo.tripkit</groupId>
<artifactId>sqliteutils</artifactId>
<version>2.1.43</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,54 +22,63 @@
<artifactId>rxdogtag</artifactId>
<version>0.3.0</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.cardview</groupId>
<artifactId>cardview</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.skedgo.tripkit</groupId>
<artifactId>trip-kit-booking</artifactId>
<version>2.1.43</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.skedgo.tripkit</groupId>
<artifactId>TripKitAndroid</artifactId>
<version>2.1.43</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.skedgo.tripkit</groupId>
<artifactId>TripKitAndroidUIData</artifactId>
<version>2.1.43</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.skedgo.tripkit</groupId>
<artifactId>TripKitAndroidUIDomain</artifactId>
<version>2.1.43</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>databinding-common</artifactId>
<version>4.0.1</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>databinding-runtime</artifactId>
<version>4.0.1</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>databinding-adapters</artifactId>
<version>4.0.1</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
<artifactId>route-persistence</artifactId>
<version>2.1.43</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.skedgo.tripkit</groupId>
<artifactId>sqliteutils</artifactId>
<version>2.1.43</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.github.skedgo</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<artifactId>rxlifecycle</artifactId>
<version>3.0.0</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,21 @@
<artifactId>databinding-common</artifactId>
<version>4.0.1</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>databinding-runtime</artifactId>
<version>4.0.1</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>androidx.databinding</groupId>
<artifactId>databinding-adapters</artifactId>
<version>4.0.1</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>com.skedgo.tripkit</groupId>
Expand Down

0 comments on commit 6a2acfc

Please sign in to comment.