Skip to content

Commit

Permalink
Merge pull request #10282 from jquick-axway/TIMOB-26329-7_3_X
Browse files Browse the repository at this point in the history
[7_3_X][TIMOB-26329] Android: Modified build to generate missing "R" classes for libraries added in 7.3.0
  • Loading branch information
lokeshchdhry authored Aug 23, 2018
2 parents 719caca + a48d30e commit 2f91988
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/dependency.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"min_api_level": "16",
"dependencies":
{
"appcompat":[],
"appcompat":["compat","design"],
"cardview":[],
"compat":[],
"design":[],
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"modulepackage":
{
"appcompat":"android.support.v7.appcompat",
"appcompat":"android.support.coreui:android.support.coreutils:android.support.exifinterface:android.support.fragment:android.support.graphics.drawable.animated:android.support.graphics.drawable:android.support.mediacompat:android.support.transition:android.support.v4:android.support.v7.appcompat:android.support.v7.recyclerview",
"cardview":"android.support.v7.cardview",
"compat":"android.support.compat",
"design":"android.support.design",
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 2f91988

Please sign in to comment.