Skip to content

Commit

Permalink
updates; refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
muindi.stephen committed May 20, 2024
1 parent 283f09d commit b1223b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/cpp/native-lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ extern "C"
JNIEXPORT jstring JNICALL
Java_com_steve_1md_smartmkulima_utils_Constants_getStringBaseUrlDevelopment(JNIEnv *env,jclass clazz) {
return env->NewStringUTF("https://testapi.io/api/stevemd/");
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.steve_md.smartmkulima.data.remote

import com.steve_md.smartmkulima.utils.Constants
import com.steve_md.smartmkulima.utils.Constants.FARM_EQUIPMENTS_BASE_URL
import retrofit2.Retrofit
import retrofit2.converter.gson.GsonConverterFactory

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.steve_md.smartmkulima.di

import com.steve_md.smartmkulima.data.remote.FarmProduceApiService
import com.steve_md.smartmkulima.utils.Constants
import com.steve_md.smartmkulima.utils.Constants.FARM_PRODUCE_BASE_URL

import dagger.Module
import dagger.Provides
import dagger.hilt.InstallIn
Expand Down

0 comments on commit b1223b4

Please sign in to comment.