Skip to content

Commit

Permalink
准备重新发布 1.7.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojinzi123 committed Dec 15, 2019
1 parent 09237c4 commit 9b36ee7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apply plugin: 'com.android.application'
// apply plugin: 'com.xiaojinzi.component.plugin'
apply plugin: 'com.xiaojinzi.component.plugin'

android {
compileSdkVersion versions.android_compile_sdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public void intentRouter1(View view) {
NotificationManager notificationManager =
(NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
NotificationCompat.Builder builder = new NotificationCompat.Builder(this, CHANNEL_ID)
.setAutoCancel(true)
.setSmallIcon(R.mipmap.app_icon)
.setContentTitle("测试点击跳转")
.setContentText("使用默认代理Activity, 点我跳转到用户中心, 框架自动完成登陆过程")
Expand All @@ -157,6 +158,7 @@ public void intentRouter2(View view) {
NotificationManager notificationManager =
(NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
NotificationCompat.Builder builder = new NotificationCompat.Builder(this, CHANNEL_ID)
.setAutoCancel(true)
.setSmallIcon(R.mipmap.app_icon)
.setContentTitle("测试点击跳转")
.setContentText("使用 MainAct 为代理界面, 点我跳转到用户中心, 框架自动完成登陆过程")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
/*if (Boolean.parseBoolean(rootProject.ext.isDependMavenOnline)) {
if (Boolean.parseBoolean(rootProject.ext.isDependMavenOnline)) {
classpath "com.github.xiaojinzi123.Component:component-plugin:${versions.component_version}"
}else {
classpath "com.xiaojinzi.component:component-plugin:${versions.component_version}"
}*/
}
}
}

Expand Down

0 comments on commit 9b36ee7

Please sign in to comment.