Skip to content

Commit

Permalink
Update gradle and useragent
Browse files Browse the repository at this point in the history
  • Loading branch information
matthaigh27 committed Mar 16, 2023
1 parent de51833 commit 78af7ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import com.matthaigh27.chatgptwrapper.databinding.ActivityMainBinding

class MainActivity : Activity() {
private val userAgent =
"Mozilla/5.0 (Linux; Android " + Build.VERSION.RELEASE + ") AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.5359.79 Mobile Safari/537.36"
"Mozilla/5.0 (Linux; Android 10) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.5563.57 Mobile Safari/537.36"
private val chatUrl = "https://chat.openai.com/"
private lateinit var binding: ActivityMainBinding
private lateinit var webView: WebView
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
}

0 comments on commit 78af7ca

Please sign in to comment.