Skip to content

Commit

Permalink
Added build hint androidx.appcompat.version
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Jun 8, 2023
1 parent a9eae8b commit 01748dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3328,7 +3328,7 @@ public void usesClassMethod(String cls, String method) {
if (!useAndroidX) {
supportV4Default = " compile 'com.android.support:support-v4:"+supportLibVersion+".+'\n implementation 'com.android.support:appcompat-v7:"+supportLibVersion+".+'\n";
} else {
supportV4Default = " implementation 'androidx.legacy:legacy-support-v4:1.0.0'\n implementation 'androidx.appcompat:appcompat:1.0.0'\n";
supportV4Default = " implementation 'androidx.legacy:legacy-support-v4:1.0.0'\n implementation 'androidx.appcompat:appcompat:" + request.getArg("androidx.appcompat.version", "1.0.0")+"'\n";
}

String gradleProps = "apply plugin: 'com.android.application'\n"
Expand Down

0 comments on commit 01748dc

Please sign in to comment.