Skip to content

Commit

Permalink
Switch to hf
Browse files Browse the repository at this point in the history
	Ship debug android build
  • Loading branch information
posix4e committed Apr 7, 2023
1 parent 6a81f0b commit 9a37231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ${{ env.main_project_module }}/build/outputs/apk/ta//co//release/app-release-unsigned.apk # Update this with the correct APK path
asset_path: ${{ env.main_project_module }}/build/outputs/apk/debug/app-debug.apk # Update this with the correct APK path
asset_name: app-release-unsigned.apk
asset_content_type: application/vnd.android.package-archive
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import com.matthaigh27.chatgptwrapper.databinding.ActivityMainBinding
class MainActivity : Activity() {
private val userAgent =
"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 val chatUrl = "https://posix4e-langchainback2.hf.space/"
private lateinit var binding: ActivityMainBinding
private lateinit var webView: WebView

Expand Down

0 comments on commit 9a37231

Please sign in to comment.