Skip to content

Commit

Permalink
1.添加混淆配置 12
Browse files Browse the repository at this point in the history
  • Loading branch information
July committed Sep 22, 2023
1 parent 9a8878d commit 98d3b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/ed/tools/android/base/TeActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ class TeActivity : AppCompatActivity() {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_tv)
val web=findViewById<EasyWebView>(R.id.web)
web.goAntoPath("",this)
// web.goAntoPath("",th)
}
}

0 comments on commit 98d3b3a

Please sign in to comment.