Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinTCoughlin committed Nov 24, 2024
1 parent 66921c3 commit 27283a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
compileSdk 34
defaultConfig {
minSdkVersion 33
targetSdkVersion 33
targetSdkVersion 35
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -31,7 +31,7 @@ android {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
namespace 'com.com.cascadiacollections.jamoka'
namespace 'com.cascadiacollections.jamoka'
lint {
abortOnError false
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import androidx.swiperefreshlayout.widget.SwipeRefreshLayout;

import com.cascadiacollections.jamoka.adapter.BinderRecyclerAdapter;
import com.com.cascadiacollections.jamoka.R;
import com.cascadiacollections.jamoka.R;

import java.lang.ref.WeakReference;

Expand Down

0 comments on commit 27283a7

Please sign in to comment.