Skip to content

Commit 91f4042

Browse files
authored
Merge pull request #27 from scottlandis/master
Moved some resources to fix Logger flavor build
2 parents 3627d0c + 0148fb0 commit 91f4042

13 files changed

Lines changed: 7 additions & 7 deletions

torgi/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "org.sofwerx.torgi"
1313
minSdkVersion 24
1414
targetSdkVersion 27
15-
versionCode 4
16-
versionName "1.0"
15+
versionCode 5
16+
versionName "1.2"
1717
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1818
externalNativeBuild {
1919
cmake {

torgi/src/viewer/res/drawable-hdpi/ic_notification_connected.png renamed to torgi/src/main/res/drawable-hdpi/ic_notification_connected.png

File renamed without changes.

torgi/src/viewer/res/drawable-hdpi/ic_notification_warning.png renamed to torgi/src/main/res/drawable-hdpi/ic_notification_warning.png

File renamed without changes.

torgi/src/viewer/res/drawable-mdpi/ic_notification_connected.png renamed to torgi/src/main/res/drawable-mdpi/ic_notification_connected.png

File renamed without changes.

torgi/src/viewer/res/drawable-mdpi/ic_notification_warning.png renamed to torgi/src/main/res/drawable-mdpi/ic_notification_warning.png

File renamed without changes.

torgi/src/viewer/res/drawable-xhdpi/ic_notification_connected.png renamed to torgi/src/main/res/drawable-xhdpi/ic_notification_connected.png

File renamed without changes.

torgi/src/viewer/res/drawable-xhdpi/ic_notification_warning.png renamed to torgi/src/main/res/drawable-xhdpi/ic_notification_warning.png

File renamed without changes.

torgi/src/viewer/res/drawable-xxhdpi/ic_notification_connected.png renamed to torgi/src/main/res/drawable-xxhdpi/ic_notification_connected.png

File renamed without changes.

torgi/src/viewer/res/drawable-xxhdpi/ic_notification_warning.png renamed to torgi/src/main/res/drawable-xxhdpi/ic_notification_warning.png

File renamed without changes.

torgi/src/viewer/res/drawable-xxxhdpi/ic_notification_connected.png renamed to torgi/src/main/res/drawable-xxxhdpi/ic_notification_connected.png

File renamed without changes.

0 commit comments

Comments
 (0)