記錄各種庫的依賴

記錄一下,免得回回百度找好久,還不一定找得到
關於retrofit的依賴

	//OKhttp
	implementation 'com.squareup.okhttp3:okhttp:4.2.1'
    // Retrofit庫
    implementation 'com.squareup.retrofit2:retrofit:2.3.0'
   // GsonConverterFactory.create()。下面這個
    implementation 'com.squareup.retrofit2:converter-gson:2.3.0'//

使用material的東西。包括recyclerView等

 implementation 'com.google.android.material:material:1.2.0-alpha02'
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章