Skip to content

Commit

Permalink
日常提交:2022-10-02.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpf committed Oct 2, 2022
1 parent 21a8c80 commit 35a6115
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 51 deletions.
6 changes: 1 addition & 5 deletions R2Test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'kotlin-kapt'
}

//apply plugin: 'com.wpf.app.quick'
apply plugin: 'com.wpf.app.quick'

android {
compileSdk rootProject.compileSdkVersion
Expand Down Expand Up @@ -45,8 +45,4 @@ dependencies {
api project(":Quick")
kapt project(":Quick-compiler")
}

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}

This file was deleted.

17 changes: 0 additions & 17 deletions R2Test/src/test/java/com/wpf/app/r2test/ExampleUnitTest.kt

This file was deleted.

2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ dependencies {
else
implementation project(":Quick")

implementation project(":R2Test")
// implementation project(":R2Test")
}
3 changes: 1 addition & 2 deletions app/src/main/java/com/wpf/app/quick/demo/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import com.wpf.app.quick.demo.model.TestModel
import com.wpf.app.quick.demo.viewmodel.MainViewModel
import com.wpf.app.quick.utils.startActivity
import com.wpf.app.quickbind.annotations.BindSp2View
import com.wpf.app.r2test.R2TestActivity

/**
* Created by 王朋飞 on 2022/6/13.
Expand Down Expand Up @@ -49,7 +48,7 @@ class MainActivity : QuickViewModelBindingActivity<MainViewModel, ActivityMainBi
}

fun gotoR2Test(view: View?) {
startActivity(activityCls = R2TestActivity::class.java)
// startActivity(activityCls = R2TestActivity::class.java)
}

fun gotoGlide(view: View?) {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ buildscript {
}

dependencies {
// classpath deps.quickbind.plugin
classpath deps.quickbind.plugin
}
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencyResolutionManagement {
}
rootProject.name = "Quick"
include ':app'
include ':R2Test'
//include ':R2Test'
if (!IS_ONLY_PLUGIN.toBoolean()) {
include ':Quick'
include ':QuickBind'
Expand Down

0 comments on commit 35a6115

Please sign in to comment.