Skip to content

Commit

Permalink
play:core change to play:review
Browse files Browse the repository at this point in the history
  • Loading branch information
FatihUtkuKara committed Jun 10, 2024
1 parent c3ef82f commit 42f6efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion visilabs-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {

implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.android.play:core:1.10.3'
implementation 'com.google.android.play:review:2.0.1'
implementation fileTree(include: ['*.jar'], dir: 'libs')
testImplementation 'junit:junit:4.13.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
Expand Down
4 changes: 2 additions & 2 deletions visilabs-android/src/main/java/com/visilabs/Visilabs.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
import androidx.annotation.RequiresApi;
import androidx.core.content.ContextCompat;


import com.google.android.gms.tasks.Task;
import com.google.android.play.core.review.ReviewInfo;
import com.google.android.play.core.review.ReviewManager;
import com.google.android.play.core.review.ReviewManagerFactory;
import com.google.android.play.core.review.model.ReviewErrorCode;
import com.google.android.play.core.tasks.Task;
import com.google.gson.Gson;
import com.visilabs.api.LoggerApiClient;
import com.visilabs.api.RealTimeApiClient;
Expand Down

0 comments on commit 42f6efe

Please sign in to comment.