Skip to content

Commit

Permalink
throw merge manifest exception .
Browse files Browse the repository at this point in the history
  • Loading branch information
kezong committed Dec 15, 2020
1 parent 210c4a5 commit ed6098e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ publish {
userOrg = 'kezong'
groupId = 'com.kezong'
artifactId = 'fat-aar'
publishVersion = '1.3.1'
publishVersion = '1.3.3'
desc = 'A gradle plugin that merge dependencies into the final aar file works with AGP 3.+'
website = 'https://github.com/kezong/fat-aar-android'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ protected void doTaskAction() {
} catch (Exception e) {
System.out.println("Gradle Plugin Version:" + mGradlePluginVersion);
System.out.println("Gradle Version:" + mGradleVersion);
System.out.println("If you see this error message, please submit issue to " +
"https://github.com/kezong/fat-aar-android/issues with Gradle version. Thank you.");
e.printStackTrace();
throw new RuntimeException(e.getMessage());
}
}

Expand Down

0 comments on commit ed6098e

Please sign in to comment.